Make sure the base folder always exists
This commit is contained in:
parent
b2e01068e0
commit
4bda0d52bb
|
@ -66,6 +66,7 @@ _deforaos_update_cvs()
|
||||||
|
|
||||||
#checkout tree if necessary
|
#checkout tree if necessary
|
||||||
if [ ! -d "$SRC" ]; then
|
if [ ! -d "$SRC" ]; then
|
||||||
|
$MKDIR -- "$ROOT" || exit 2
|
||||||
echo ""
|
echo ""
|
||||||
echo "Checking out CVS module $CVSMODULE:"
|
echo "Checking out CVS module $CVSMODULE:"
|
||||||
(cd "$ROOT" && $CVS "-d$CVSROOT" co "$CVSMODULE") \
|
(cd "$ROOT" && $CVS "-d$CVSROOT" co "$CVSMODULE") \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user