Fixing the pv reference; I didn't mean to change it

This commit is contained in:
Lluís Batlle i Rossell 2013-04-11 19:54:38 +02:00 committed by Eelco Dolstra
parent 5cc2fc46ec
commit 7391533ea5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ while (@ARGV) {
$includeOutputs = 1;
}
elsif ($arg eq "--show-progress") {
$progressViewer = "pv";
$progressViewer = "@pv@";
}
elsif ($arg eq "--dry-run") {
$dryRun = 1;