From: Martin Mares Date: Sat, 19 Jan 2013 19:05:41 +0000 (+0100) Subject: bex prun: --debug-children does not overwrite the log X-Git-Tag: v3.1~7 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f43989326399260ce9c2f29e579612934da4553e;p=bex.git bex prun: --debug-children does not overwrite the log --- diff --git a/lib/bin/bex-prun b/lib/bin/bex-prun index 0d0d012..280877a 100755 --- a/lib/bin/bex-prun +++ b/lib/bin/bex-prun @@ -71,7 +71,7 @@ while (keys %running || @machines) { "--queue=" . $queue->{'Name'}, $mach, ); - push @cmd, ">debug.log", "2>&1" if $debug_children; + push @cmd, ">>debug.log", "2>&1" if $debug_children; push @tm, join(" ", @cmd); system @tm; !$? or $ui->update($mach, undef, 'INTERR');