CI: Fix mkdir CACHE_DIR.

Change-Id: Ic9f9a61e230047836c836206731f8ff7eb3538c9
This commit is contained in:
Corey Farrell 2018-07-21 12:58:16 -04:00
parent a459b560c5
commit fd1f74af40
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ gen_mods() {
[ x"$OUTPUT_DIR" != x ] && mkdir -p "$OUTPUT_DIR" 2&> /dev/null
if [ x"$CACHE_DIR" != x ] ; then
mkdir -p "$CACHE_DIR/sounds $CACHE_DIR/externals" 2&> /dev/null
mkdir -p $CACHE_DIR/sounds $CACHE_DIR/externals 2&> /dev/null
fi
if [ ${CCACHE_DISABLE:-0} -ne 1 ] ; then