Skip to content

Commit

Permalink
do_cmake.sh: fix syntax for /bin/sh (doesn't have +=)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Mick <dan.mick@redhat.com>
  • Loading branch information
dmick committed Jul 19, 2017
1 parent 4961a46 commit 137f301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 137f301

Please sign in to comment.