fix usage for clean.sh

main
Anthony Young 13 years ago
parent 305e3f5524
commit 674db1ab2c

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

Loading…
Cancel
Save