From: David Schleef Date: Fri, 9 May 2003 08:09:38 +0000 (+0000) Subject: remove bashisms X-Git-Tag: 1.19.3~507^2~24387 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1bdef6b2a03c7210ff27f66aa330758d3d65fc8f;p=platform%2Fupstream%2Fgstreamer.git remove bashisms Original commit message from CVS: remove bashisms --- diff --git a/autogen.sh b/autogen.sh index 966e4d0..25f8846 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