Undo accidental debug change
This commit is contained in:
		
							parent
							
								
									69c88f5028
								
							
						
					
					
						commit
						08964d7328
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue