make sure dirs get checked out

Original commit message from CVS:
make sure dirs get checked out
This commit is contained in:
Thomas Vander Stichele 2005-10-26 10:11:25 +00:00
parent d11a046188
commit b844f4ab4d

View file

@ -16,7 +16,7 @@ for m in \
; do
if test -d $m; then
cd $m
cvs update
cvs update -d
if test $? -ne 0
then
FAILURE="$FAILURE$m: update\n"