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
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