From e1d3955d3c2e22b61fcb0cde8ac0d73add8edbbe Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Tue, 24 Jan 2012 09:51:16 +0100 Subject: [PATCH] Fix the test for an empty string in bin/runner --- bin/runner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runner b/bin/runner index 4c0496a..837710b 100755 --- a/bin/runner +++ b/bin/runner @@ -29,7 +29,7 @@ shift $((OPTIND-1)) command=$1 -if [ "$1" == "" ]; then +if [ -z "$1" ]; then usage fi