diff --git a/dbench b/dbench index 2286f9a1..a10ca339 100644 --- a/dbench +++ b/dbench @@ -174,7 +174,7 @@ if [ $add == 1 ]; then exit 0 fi -if $*; then +if "$*"; then echo "Incorrect option $*, please make sure you are entering the correct commands" usage exit 1