about summary refs log tree commit diff
path: root/scripts/nix-copy-closure.in
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-04-11T17·54+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-05-03T09·08+0200
commit7391533ea57268a7f0aab433dad41b905e156be6 (patch)
treeea00461e202cd9a765483ced4aab185688385b83 /scripts/nix-copy-closure.in
parent5cc2fc46ecd4ad38a42591943fc29d412ad5cfc4 (diff)
Fixing the pv reference; I didn't mean to change it
Diffstat (limited to 'scripts/nix-copy-closure.in')
-rwxr-xr-xscripts/nix-copy-closure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in
index 7fb38ac2239d..fa7082f327f7 100755
--- a/scripts/nix-copy-closure.in
+++ b/scripts/nix-copy-closure.in
@@ -62,7 +62,7 @@ while (@ARGV) {
         $includeOutputs = 1;
     }
     elsif ($arg eq "--show-progress") {
-        $progressViewer = "pv";
+        $progressViewer = "@pv@";
     }
     elsif ($arg eq "--dry-run") {
         $dryRun = 1;