autogen change shebang to /bin/bash. /bin/sh is a symlink to Dash on Ubuntu [https://github.com/joncampbell123/dosbox-x/issues/1429]

This commit is contained in:
Jonathan Campbell
2020-03-03 22:03:09 -08:00
parent 0028f65373
commit c5961f867f

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# If an error occurs, quit the script and inform the user. This ensures scripts
# like ./build-macosx etc. don't continue on if Autotools isn't installed.