do_cmake.sh: fix syntax for /bin/sh (doesn't have +=)

Signed-off-by: Dan Mick <dan.mick@redhat.com>
This commit is contained in:
Dan Mick 2017-07-19 15:02:02 -07:00
parent 4961a46b75
commit 137f3018cd

View File

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