autogen.sh: use #!/bin/sh instead of #!/bin/bash

We don't have any bashisms in this file, so we may as well use sh.

https://bugzilla.gnome.org/show_bug.cgi?id=722530
This commit is contained in:
Ryan Lortie 2014-02-09 10:56:26 -05:00 committed by Jasper St. Pierre
parent 593db0baee
commit 87b20d7f2a

View File

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