Be better about creating the compile directory.
This commit is contained in:
parent
de2ff931c3
commit
2e74764d49
@ -206,7 +206,7 @@ echo "$CONFNAME" $CONFTMP | awk '
|
|||||||
#
|
#
|
||||||
|
|
||||||
if [ ! -d "$COMPILEDIR" ]; then
|
if [ ! -d "$COMPILEDIR" ]; then
|
||||||
mkdir $COMPILEDIR
|
mkdir -p $COMPILEDIR
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -n 'Generating files...'
|
echo -n 'Generating files...'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user