[Lunar-commits] <moonbase-core> ccache: Provide arg to [ if USE_CCACHE not set.
Peter de Ridder
peter at lunar-linux.org
Sun Apr 21 14:37:49 CEST 2013
commit 2606ad134572d69593064ebc4d7a43649c76e8fa
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Sun, 21 Apr 2013 04:28:49 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/2606ad134572d69593064ebc4d7a43649c76e8fa
ccache: Provide arg to [ if USE_CCACHE not set.
---
utils/ccache/plugin.d/optimize-ccache.plugin | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/utils/ccache/plugin.d/optimize-ccache.plugin
+++ b/utils/ccache/plugin.d/optimize-ccache.plugin
@@ -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
More information about the Lunar-commits
mailing list