Open wmanley opened 11 years ago
Building fails on Ubuntu which uses dash rather than bash as /bin/sh.
A workaround is to do
make SHELL=/bin/bash
and patch update_version.sh to use #!/bin/bash rather than #!/bin/sh.
#!/bin/bash
#!/bin/sh
Building fails on Ubuntu which uses dash rather than bash as /bin/sh.