Skip to content

Commit c5961f8

Browse files
autogen change shebang to /bin/bash. /bin/sh is a symlink to Dash on Ubuntu [joncampbell123#1429]
1 parent 0028f65 commit c5961f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# If an error occurs, quit the script and inform the user. This ensures scripts
44
# like ./build-macosx etc. don't continue on if Autotools isn't installed.

0 commit comments

Comments
 (0)