Undo accidental debug change

This commit is contained in:
Eelco Dolstra 2012-11-26 17:57:14 +01:00
parent 69c88f5028
commit 08964d7328
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ my $envCommand = "p=\$PATH; source \$stdenv/setup; PATH=\$PATH:\$p; exec $shell"
my @envExclude = ();
my $tmpDir = tempdir("nix-build.XXXXXX", CLEANUP => 0, TMPDIR => 1)
my $tmpDir = tempdir("nix-build.XXXXXX", CLEANUP => 1, TMPDIR => 1)
or die "cannot create a temporary directory";
my $outLink = "./result";