diff options
author | David Schleef <ds@schleef.org> | 2003-05-09 08:09:38 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-05-09 08:09:38 +0000 |
commit | 1bdef6b2a03c7210ff27f66aa330758d3d65fc8f (patch) | |
tree | b33978850e5f1521873e71ab744146f2cef25d75 | |
parent | 2ecac900f07a2dcda58b7542c20ab6c2541b71d5 (diff) | |
download | gst-plugins-bad-1bdef6b2a03c7210ff27f66aa330758d3d65fc8f.tar.gz gst-plugins-bad-1bdef6b2a03c7210ff27f66aa330758d3d65fc8f.tar.bz2 gst-plugins-bad-1bdef6b2a03c7210ff27f66aa330758d3d65fc8f.zip |
remove bashisms
Original commit message from CVS:
remove bashisms
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |