mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
remove bashisms
Original commit message from CVS: remove bashisms
This commit is contained in:
parent
2ecac900f0
commit
1bdef6b2a0
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
# Run this to generate all the initial makefiles, etc.
|
# Run this to generate all the initial makefiles, etc.
|
||||||
|
|
||||||
DIE=0
|
DIE=0
|
||||||
|
@ -17,7 +17,7 @@ fi
|
||||||
mkdir -p gst-libs/ext/ffmpeg/ffmpeg
|
mkdir -p gst-libs/ext/ffmpeg/ffmpeg
|
||||||
|
|
||||||
# source helper functions
|
# source helper functions
|
||||||
if test ! -e common/gst-autogen.sh;
|
if test ! -f common/gst-autogen.sh;
|
||||||
then
|
then
|
||||||
echo There is something wrong with your source tree.
|
echo There is something wrong with your source tree.
|
||||||
echo You are missing common/gst-autogen.sh
|
echo You are missing common/gst-autogen.sh
|
||||||
|
|
Loading…
Reference in a new issue