From a4c774ab1d498625b6cb4045076a902b7d4c942b Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 8 Jul 2012 21:19:13 +0000 Subject: [PATCH] No longer hide errors upon checkout --- src/deforaos-document.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deforaos-document.sh b/src/deforaos-document.sh index d6e916c..bc6b49c 100755 --- a/src/deforaos-document.sh +++ b/src/deforaos-document.sh @@ -58,8 +58,8 @@ deforaos_document() if [ ! -d "$SRC" ]; then echo "" echo "Checking out CVS module $MODULE:" - (cd "$ROOT" && $CVS "-d$CVSROOT" co "$MODULE") 2> "$DEVNULL" - > "$DEVNULL" || exit 2 + (cd "$ROOT" && $CVS "-d$CVSROOT" co "$MODULE") > "$DEVNULL" \ + || exit 2 fi #document tree