• Julian Phillips's avatar
    Fix building on Ubuntu · c0772327
    Julian Phillips authored
    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).
    c0772327
build.sh 734 Bytes