diff options
author | Aaron Bockover <abock@src.gnome.org> | 2006-09-27 15:12:33 +0000 |
---|---|---|
committer | Aaron Bockover <abock@src.gnome.org> | 2006-09-27 15:12:33 +0000 |
commit | 3f83e312ca06acf9ce54ab3b51e0515869501ee4 (patch) | |
tree | 1183238bf97f73bdfe084fbe50aba63aaa3fec2e /autogen.sh | |
parent | 13db0ede9d9e98a289775f48fd44cec3ff4f3095 (diff) |
Use /bin/bash for popd/pushd
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
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` |