This commit is contained in:
Eelco Dolstra 2008-12-04 16:51:36 +00:00
parent 9ac3f5df9c
commit d91dc086bb
1 changed files with 1 additions and 2 deletions

View File

@ -185,8 +185,7 @@ system("NIX_SSHOPTS=\"$sshOpts\" nix-copy-closure $hostName $maybeSign $drvPath
print "BUILDING...\n";
my $buildFlags = "";
$buildFlags .= " --max-silent-time $maxSilentTime";
my $buildFlags = "--max-silent-time $maxSilentTime";
# `-tt' forces allocation of a pseudo-terminal. This is required to
# make the remote nix-store process receive a signal when the