mcandre / stank

stank: analyzers for determining whether files smell like rotten POSIX shell scripts, or faintly rosy like Ruby and Python scripts
Other
52 stars 0 forks source link

Expand env logic #91

Open mcandre opened 4 years ago

mcandre commented 4 years ago

Strip leading /bin/env (SCO, Unicos, RHEL) just like /usr/bin/env.

https://web.archive.org/web/20170215070707/http://www.in-ulm.de/~mascheck/various/shebang/#details

(The archives advise against using env at all for portability, but I dare you to pratice shebangs across GNU Linux flavors without making good use of them!)