prune empty dirs when updating

Original commit message from CVS:
prune empty dirs when updating
This commit is contained in:
Thomas Vander Stichele 2005-11-30 16:43:16 +00:00
parent 01a038bd56
commit b7790a6044

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