1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Restore progress indication during nix-copy-closure

This commit is contained in:
Eelco Dolstra 2012-03-05 18:13:44 +01:00
parent 56042a120a
commit 2b4964f319
3 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,6 @@ else { # Copy FROM the remote machine.
# Export the store paths on the remote machine and import them locally.
if (scalar @missing > 0) {
print STDERR "copying ", scalar @missing, " missing paths from $sshHost...\n";
#print STDERR " $_\n" foreach @missing;
$compressor = "| $compressor" if $compressor ne "";
$decompressor = "$decompressor |" if $decompressor ne "";
unless ($dryRun) {