Make sure the base folder always exists

This commit is contained in:
Pierre Pronchery 2013-07-22 03:27:48 +02:00
parent b2e01068e0
commit 4bda0d52bb

View File

@ -66,6 +66,7 @@ _deforaos_update_cvs()
#checkout tree if necessary
if [ ! -d "$SRC" ]; then
$MKDIR -- "$ROOT" || exit 2
echo ""
echo "Checking out CVS module $CVSMODULE:"
(cd "$ROOT" && $CVS "-d$CVSROOT" co "$CVSMODULE") \