Skip to content

Commit

Permalink
ccache: Provide arg to [ if USE_CCACHE not set.
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier38 committed Apr 21, 2013
1 parent de64705 commit 2606ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ccache/plugin.d/optimize-ccache.plugin
Expand Up @@ -58,7 +58,7 @@ EOF
if [ $? != 0 ]; then
break
else
if [ $USE_CCACHE == 'yes' ]; then
if [ "$USE_CCACHE" == 'yes' ]; then
USE_CCACHE=no
else
USE_CCACHE=yes
Expand Down

0 comments on commit 2606ad1

Please sign in to comment.