prune empty dirs when updating
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 30 Nov 2005 16:43:16 +0000 (16:43 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 30 Nov 2005 16:43:16 +0000 (16:43 +0000)
Original commit message from CVS:
prune empty dirs when updating

scripts/cvs-update.sh

index 3ab8b17..fb8ea28 100755 (executable)
@@ -16,7 +16,7 @@ for m in \
   ; do
   if test -d $m; then
     cd $m
-    cvs update -d
+    cvs update -dP
     if test $? -ne 0
     then
       FAILURE="$FAILURE$m: update\n"