Skip to content
Snippets Groups Projects
Commit 0ee06132 authored by Corey Farrell's avatar Corey Farrell
Browse files

CI: Fix mkdir CACHE_DIR.

Change-Id: Ic9f9a61e230047836c836206731f8ff7eb3538c9
parent 5e9822fe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment