src/parallel: --joblog now with --pipe.

This commit is contained in:
Ole Tange 2013-07-04 11:22:00 +02:00
parent ea151d0837
commit 0a466e072d

View file

@ -4291,7 +4291,7 @@ sub print {
my $err = $self->stderr(); my $err = $self->stderr();
my $command = $self->sshlogin_wrap(); my $command = $self->sshlogin_wrap();
if($Global::joblog and not $opt::pipe) { if($Global::joblog) {
my $cmd; my $cmd;
if($Global::verbose <= 1) { if($Global::verbose <= 1) {
$cmd = $self->replaced(); $cmd = $self->replaced();