build: Require bash for pushd
If using sh, there's no pushd. Make autogen.sh execute with bash instead.
This commit is contained in:
parent
ef9dee2a05
commit
1508d76d32
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
|
||||
srcdir=`dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user