build: Use #!/bin/sh instead of #!/bin/bash
There is no bashism in autogen.sh now. https://bugzilla.gnome.org/show_bug.cgi?id=780215
This commit is contained in:
parent
e94de67bd2
commit
63f2fdd1a4
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
|
||||
srcdir=`dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user