summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-05-09 08:09:38 +0000
committerDavid Schleef <ds@schleef.org>2003-05-09 08:09:38 +0000
commit2e318af5ef69c2cc8dbc87c988af700dd45d03e2 (patch)
tree78bef3668fba95efdae3a91a405d753942061642 /autogen.sh
parent49352d027928329deb6e5ea02594fe574eb55b43 (diff)
remove bashisms
Original commit message from CVS: remove bashisms
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 966e4d0b..25f8846b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Run this to generate all the initial makefiles, etc.
DIE=0
@@ -17,7 +17,7 @@ fi
mkdir -p gst-libs/ext/ffmpeg/ffmpeg
# source helper functions
-if test ! -e common/gst-autogen.sh;
+if test ! -f common/gst-autogen.sh;
then
echo There is something wrong with your source tree.
echo You are missing common/gst-autogen.sh