changeset 3446:537fb4f75270

Fix bashism.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 07 May 2007 15:24:17 +0200
parents 33ef00e5576b
children f84117f3837e
files bin/test-gub
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/test-gub	Mon May 07 09:40:17 2007 +0200
+++ b/bin/test-gub	Mon May 07 15:24:17 2007 +0200
@@ -186,7 +186,7 @@
     logfile = 'test-%(canonicalize)s.log' %  locals ()
     logfile = os.path.join (options.result_dir, logfile)
     
-    cmd = "nice time %(target)s >& %(logfile)s" %  locals ()
+    cmd = "nice time %(target)s > %(logfile)s 2>&1" %  locals ()
 
     log_file.log (cmd)