commit | 674db1ab2c041cae7f2fb00c31a6d4370f1e76d6 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Thu Nov 10 14:46:52 2011 -0800 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Thu Nov 10 14:46:52 2011 -0800 |
tree | 6f5ff0ac97837d8bf70e484e489eaac44265e4d4 | |
parent | 305e3f5524603f700eaeea31586f6a015b5aec29 [diff] [blame] |
fix usage for clean.sh
diff --git a/tools/jenkins/jenkins_home/clean.sh b/tools/jenkins/jenkins_home/clean.sh index 9d17f97..eb03022 100755 --- a/tools/jenkins/jenkins_home/clean.sh +++ b/tools/jenkins/jenkins_home/clean.sh
@@ -4,7 +4,7 @@ set -o errexit if [ ! "$FORCE" = "yes" ]; then - echo "FORCE not set to 1. Make sure this is something you really want to do. Exiting." + echo "FORCE not set to 'yes'. Make sure this is something you really want to do. Exiting." exit 1 fi