diff --git a/scripts/cvs-update.sh b/scripts/cvs-update.sh index 393b1fa09f..3ab8b17f77 100755 --- a/scripts/cvs-update.sh +++ b/scripts/cvs-update.sh @@ -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"