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:
Ting-Wei Lan 2017-05-24 22:08:33 +08:00
parent e94de67bd2
commit 63f2fdd1a4

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# Run this to generate all the initial makefiles, etc. # Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0` srcdir=`dirname $0`