From f43989326399260ce9c2f29e579612934da4553e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 19 Jan 2013 20:05:41 +0100 Subject: [PATCH] bex prun: --debug-children does not overwrite the log --- lib/bin/bex-prun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.2