pixie-lang / dust

Magic fairy dust for pixie, i.e. tooling around the language.
GNU Lesser General Public License v3.0
93 stars 14 forks source link

Changed #! at top to support cross platform use. #10

Closed gekkoe closed 9 years ago

gekkoe commented 9 years ago

Some OSes (notably FreeBSD, but surely there are others) do not store bash in the same location as Linux or OSX. The cross-platform solution for this issue is generally to use the env command to properly locate it instead of calling it with a hard-coded path.

heyLu commented 9 years ago

Thanks!