From a90ad625f94f6a904c3bd3304e84a259b610b3d0 Mon Sep 17 00:00:00 2001 From: chabad360 Date: Thu, 2 Aug 2018 21:04:32 -0700 Subject: [PATCH] small fix --- dbench | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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