Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add #! support for executable scripts on Linux.
Pass arguments to executable script unchanged if using "#!/usr/bin/env coffee". (Previously, "./test.coffee -abck" would be turned into "-a -b -c -k", for example.) Fixes jashkenas#1752.
- Loading branch information