Hacker News new | ask | show | jobs
by jonhohle 173 days ago
That’s interesting. I wonder when that changed. Maybe FreeBSD supports multi arg shebangs now, too
1 comments

The -S argument to env splits the argument on whitespace.

The shell doesn't support anything, it just passes the string to env.

So beware quoting and other delimiters that won't work the way you expect.