From 215800f498bf2a8f06ae7f8387fd1e59df46294c Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 21 May 2017 14:31:04 -0700 Subject: [PATCH] Correct syntax of test command expression --- bin/makeright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makeright b/bin/makeright index e069967..3bde990 100755 --- a/bin/makeright +++ b/bin/makeright @@ -71,7 +71,7 @@ else fi fi -if test $# > 0 +if test $# -gt 0 then shift fi