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

This commit is contained in:
Lluís Batlle i Rossell
2013-05-03 11:08:51 +02:00
committed by Eelco Dolstra
parent 5cc2fc46ec
commit 7391533ea5
+1 -1
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;