]> git.neil.brown.name Git - wiggle.git/commitdiff
Test condition was being ignored
authorAlexandre Carmel-Veilleux <acv@miniguru.ca>
Thu, 8 Dec 2011 02:46:56 +0000 (21:46 -0500)
committerNeil Brown <neilb@suse.de>
Thu, 8 Dec 2011 03:17:25 +0000 (14:17 +1100)
Signed-off-by: Neil Brown <neilb@suse.de>
dotest

diff --git a/dotest b/dotest
index a65c42b1f60a083f6e02711c955fb33829416602..19aa75e398c32a1057d45be49d3c5a1033417080 100755 (executable)
--- 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