fix usage for clean.sh

This commit is contained in:
Anthony Young 2011-11-10 14:46:52 -08:00
parent 305e3f5524
commit 674db1ab2c

View file

@ -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