From e76b539bb3451bb38e8e72488ffb41ed14b0e82a Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Sat, 13 Oct 2012 18:01:33 +0200 Subject: [PATCH] fix env test --- tools/environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/environment.sh b/tools/environment.sh index 3d355df..0da3c28 100755 --- a/tools/environment.sh +++ b/tools/environment.sh @@ -1,6 +1,6 @@ #!/bin/bash -if [ "X$VERBOSE" -eq "X1" ]; then +if [ "X$VERBOSE" == "X1" ]; then set -x fi