From 7391533ea57268a7f0aab433dad41b905e156be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 11 Apr 2013 19:54:38 +0200 Subject: [PATCH] Fixing the pv reference; I didn't mean to change it --- scripts/nix-copy-closure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in index 7fb38ac223..fa7082f327 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;