From: Alexandre Carmel-Veilleux Date: Thu, 8 Dec 2011 02:46:56 +0000 (-0500) Subject: Test condition was being ignored X-Git-Tag: v0.9~52 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=405d8fe20f993497055283bb028c055df427b6cf;p=wiggle.git Test condition was being ignored Signed-off-by: Neil Brown --- diff --git a/dotest b/dotest index a65c42b..19aa75e 100755 --- a/dotest +++ b/dotest @@ -1,7 +1,7 @@ #!/bin/bash # Redirect for non-GNU time systems -if [ "xxTIME_CMD" = "xx" ] +if [ "xx$TIME_CMD" = "xx" ] then time_cmd=/usr/bin/time else