mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
Disabled bug #45997: parallel --bar --pipe wc.
This commit is contained in:
parent
9636f9f249
commit
554b723687
|
@ -5783,6 +5783,10 @@ sub empty {
|
|||
sub total_jobs {
|
||||
my $self = shift;
|
||||
if(not defined $self->{'total_jobs'}) {
|
||||
if($opt::pipe) {
|
||||
::error("--pipe is incompatible with --eta/--bar/--shuf");
|
||||
::wait_and_exit(255);
|
||||
}
|
||||
my $record;
|
||||
my @arg_records;
|
||||
my $record_queue = $self->{'commandlinequeue'}{'arg_queue'};
|
||||
|
|
Loading…
Reference in a new issue