Commit Graph

2 Commits

Author SHA1 Message Date
Julian Phillips d997224cc3 Fix building on Ubuntu
1) /bin/sh is not /bin/bash, so build.sh needs to explictly use /bin/bash
2) dash's echo does not support \x, but it does support \0 (since dash is
   /bin/sh, it gets used by Makefiles).
2013-06-30 13:15:19 +01:00
Mitchell Hashimoto 79f230b0b0 move scripts into the scripts/ folder 2013-06-19 22:44:02 -07:00