more changes

Original commit message from CVS:
more changes
This commit is contained in:
Thomas Vander Stichele 2002-03-02 12:05:41 +00:00
parent 004f187d98
commit c41e72e8f0

View file

@ -11,6 +11,9 @@ 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