build_nix.sh
Status: Alpha
Brought to you by:
dibenedetto
Two things need to be fixed for build_nix.sh to run on many *nixes.
1. CR/LFs (dos newlines) need to be stripped. In the future you could make your editor not save the script as a DOS text file.
2. The script needs to use env: #!/usr/bin/env sh
Won't work on osx without fixing those two issues.
Would have sent a patch but the newline issue wouldn't be represented.