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 27fd23d964
commit f34879dc0b

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