cujojs / curl

curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
https://github.com/cujojs/curl/wiki
Other
1.89k stars 216 forks source link

Fix building on systems where /bin/sh is not bash #127

Closed alanpearce closed 11 years ago

alanpearce commented 11 years ago

Set bash as the interpreter for make.sh. This allows make.sh to run on systems where /bin/sh is is not a symlink for bash (most non-GNU/Linux POSIX systems and some Linux distributions)

unscriptable commented 11 years ago

Thanks @alanpearce!