]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
do_cmake.sh: fix syntax for /bin/sh (doesn't have +=) 16433/head
authorDan Mick <dan.mick@redhat.com>
Wed, 19 Jul 2017 22:02:02 +0000 (15:02 -0700)
committerDan Mick <dan.mick@redhat.com>
Wed, 19 Jul 2017 22:04:47 +0000 (15:04 -0700)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
do_cmake.sh

index 9b04cb114f6eecdf5fb24ea243261301cdc177ab..739da8e5b0ce322426f9e1bac9389bb074f16187 100755 (executable)
@@ -8,7 +8,7 @@ fi
 ARGS=""
 if which ccache ; then
     echo "enabling ccache"
-    ARGS+="-DWITH_CCACHE=ON"
+    ARGS="$ARGS -DWITH_CCACHE=ON"
 fi
 
 mkdir build