Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't rely on bashisms in build scripts #3

Open
wmanley opened this issue Dec 11, 2012 · 1 comment
Open

Don't rely on bashisms in build scripts #3

wmanley opened this issue Dec 11, 2012 · 1 comment

Comments

@wmanley
Copy link
Owner

wmanley commented Dec 11, 2012

Building fails on Ubuntu which uses dash rather than bash as /bin/sh.

@wmanley
Copy link
Owner Author

wmanley commented Dec 11, 2012

A workaround is to do

make SHELL=/bin/bash

and patch update_version.sh to use #!/bin/bash rather than #!/bin/sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant