let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins, it will update common automatica...

Original commit message from CVS:
let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins,
it will update common automatically, and we don't support half-updated trees
This commit is contained in:
Andy Wingo 2002-03-02 19:16:23 +00:00
parent e6c26e37c6
commit dd56b53f55

View file

@ -11,9 +11,6 @@ if test ! -d common;
then
echo "+ getting common/ from cvs"
cvs co common
else
echo "+ updating common/ from cvs"
cd common; cvs update -dP; cd ..
fi
# source helper functions