diff options
author | Lluís Batlle i Rossell <viric@viric.name> | 2013-04-11T17·54+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-05-03T09·08+0200 |
commit | 7391533ea57268a7f0aab433dad41b905e156be6 (patch) | |
tree | ea00461e202cd9a765483ced4aab185688385b83 /scripts | |
parent | 5cc2fc46ecd4ad38a42591943fc29d412ad5cfc4 (diff) |
Fixing the pv reference; I didn't mean to change it
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/nix-copy-closure.in | 2 |
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; |