make sure dirs get checked out
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 26 Oct 2005 10:11:25 +0000 (10:11 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 26 Oct 2005 10:11:25 +0000 (10:11 +0000)
Original commit message from CVS:
make sure dirs get checked out

scripts/cvs-update.sh

index 393b1fa..3ab8b17 100755 (executable)
@@ -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"