aboutsummaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/llvm-cron-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/llvm-cron-build b/helpers/llvm-cron-build
index a0af680..9d2062b 100755
--- a/helpers/llvm-cron-build
+++ b/helpers/llvm-cron-build
@@ -45,7 +45,7 @@ if [[ $loadavg -gt 100 ]]; then
fi
# Crontab-specific, make sure the helpers directory is in the path
-if [ $(echo "$PATH" | grep "$ROOT") == "" ]; then
+if [ "$(echo "$PATH" | grep "$ROOT")" = "" ]; then
PATH="$PATH":"$ROOT"
fi