build: Require bash for pushd

If using sh, there's no pushd. Make autogen.sh execute with bash instead.
This commit is contained in:
Philip Chimento 2017-04-15 00:00:54 -07:00
parent ef9dee2a05
commit 1508d76d32

View File

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