summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAaron Bockover <abock@src.gnome.org>2006-09-27 15:12:33 +0000
committerAaron Bockover <abock@src.gnome.org>2006-09-27 15:12:33 +0000
commit3f83e312ca06acf9ce54ab3b51e0515869501ee4 (patch)
tree1183238bf97f73bdfe084fbe50aba63aaa3fec2e /autogen.sh
parent13db0ede9d9e98a289775f48fd44cec3ff4f3095 (diff)
Use /bin/bash for popd/pushd
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 87c36ca53..ec4c92b05 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`