fop(1): closure fix
This commit is contained in:
		
							parent
							
								
									f8e3013563
								
							
						
					
					
						commit
						4c663bf9dd
					
				@ -93,7 +93,7 @@ fn main() {
 | 
				
			|||||||
		drop(child_stdin);
 | 
							drop(child_stdin);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	let output = spawned.wait_with_output().unwrap_or_else(|| {
 | 
						let output = spawned.wait_with_output().unwrap_or_else(|_| {
 | 
				
			||||||
		eprintln!("{}: {}: Command has no output.",
 | 
							eprintln!("{}: {}: Command has no output.",
 | 
				
			||||||
			argv[0],
 | 
								argv[0],
 | 
				
			||||||
			argv[command_arg]
 | 
								argv[command_arg]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user