Merge "CI: Fix mkdir CACHE_DIR." into 16

This commit is contained in:
Jenkins2 2018-07-23 08:39:12 -05:00 committed by Gerrit Code Review
commit bd879a6c28
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