Be better about creating the compile directory.

This commit is contained in:
Geoffrey Challen 2016-02-22 13:33:36 -05:00
parent de2ff931c3
commit 2e74764d49

View File

@ -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...'