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 ; do
if test -d $m; then if test -d $m; then
cd $m cd $m
cvs update cvs update -d
if test $? -ne 0 if test $? -ne 0
then then
FAILURE="$FAILURE$m: update\n" FAILURE="$FAILURE$m: update\n"