From 53525d8de5952f6bd937921ae987c35f0db9750b Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 8 Jul 2012 21:18:20 +0000 Subject: [PATCH] *** empty log message *** --- src/deforaos-document.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/deforaos-document.sh b/src/deforaos-document.sh index 3ee6fe4..d6e916c 100755 --- a/src/deforaos-document.sh +++ b/src/deforaos-document.sh @@ -58,14 +58,10 @@ deforaos_document() if [ ! -d "$SRC" ]; then echo "" echo "Checking out CVS module $MODULE:" - (cd "$ROOT" && $CVS "-d$CVSROOT" co "$MODULE") || exit 2 + (cd "$ROOT" && $CVS "-d$CVSROOT" co "$MODULE") 2> "$DEVNULL" + > "$DEVNULL" || exit 2 fi - #update tree - echo "" - echo "Updating CVS module $MODULE:" - (cd "$SRC" && $CVS update -dPA) || exit 2 - #document tree echo "" echo "Documenting CVS module $MODULE:"