fix usage for clean.sh
This commit is contained in:
parent
305e3f5524
commit
674db1ab2c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
if [ ! "$FORCE" = "yes" ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue