forked from lix-project/lix
Fix a warning in the build hook about $progressViewer
This commit is contained in:
parent
6387830c3b
commit
6de5d53416
|
@ -248,7 +248,7 @@ if ($@) {
|
|||
print STDERR "somebody is hogging $uploadLock, continuing...\n";
|
||||
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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue