Fix a warning in the build hook about $progressViewer

This commit is contained in:
Eelco Dolstra 2012-04-24 12:56:30 +02:00
parent 6387830c3b
commit 6de5d53416
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ if ($@) {
print STDERR "somebody is hogging $uploadLock, continuing...\n"; print STDERR "somebody is hogging $uploadLock, continuing...\n";
unlink $uploadLock; unlink $uploadLock;
} }
Nix::CopyClosure::copyTo($hostName, [ @sshOpts ], [ $drvPath, @inputs ], "", "", 0, 0, $maybeSign ne ""); Nix::CopyClosure::copyTo($hostName, [ @sshOpts ], [ $drvPath, @inputs ], "", "", 0, 0, $maybeSign ne "", "");
close UPLOADLOCK; close UPLOADLOCK;