Fixing the pv reference; I didn't mean to change it
This commit is contained in:
parent
5cc2fc46ec
commit
7391533ea5
|
@ -62,7 +62,7 @@ while (@ARGV) {
|
|||
$includeOutputs = 1;
|
||||
}
|
||||
elsif ($arg eq "--show-progress") {
|
||||
$progressViewer = "pv";
|
||||
$progressViewer = "@pv@";
|
||||
}
|
||||
elsif ($arg eq "--dry-run") {
|
||||
$dryRun = 1;
|
||||
|
|
Loading…
Reference in a new issue