No longer hide errors upon checkout

This commit is contained in:
Pierre Pronchery 2012-07-08 21:19:13 +00:00
parent 53525d8de5
commit a4c774ab1d

View File

@ -58,8 +58,8 @@ deforaos_document()
if [ ! -d "$SRC" ]; then if [ ! -d "$SRC" ]; then
echo "" echo ""
echo "Checking out CVS module $MODULE:" echo "Checking out CVS module $MODULE:"
(cd "$ROOT" && $CVS "-d$CVSROOT" co "$MODULE") 2> "$DEVNULL" (cd "$ROOT" && $CVS "-d$CVSROOT" co "$MODULE") > "$DEVNULL" \
> "$DEVNULL" || exit 2 || exit 2
fi fi
#document tree #document tree