mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-15 03:48:24 +08:00
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:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# If an error occurs, quit the script and inform the user. This ensures scripts
|
# 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.
|
# like ./build-macosx etc. don't continue on if Autotools isn't installed.
|
||||||
|
Reference in New Issue
Block a user