nix-shell: Don't act interactive in shebangs
I had observed that 'bash --rcfile' would do nothing in a non-interactive context and cause nothing to be executed if a script using nix-shell shebangs were run in a non-interactive context.
This commit is contained in:
		
							parent
							
								
									c698ec1f22
								
							
						
					
					
						commit
						018f884ffd
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -276,6 +276,7 @@ int main(int argc, char ** argv)
 | 
				
			||||||
                if (n >= args.size()) {
 | 
					                if (n >= args.size()) {
 | 
				
			||||||
                    throw UsageError(format("%1% requires an argument") % arg);
 | 
					                    throw UsageError(format("%1% requires an argument") % arg);
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					                interactive = false;
 | 
				
			||||||
                auto interpreter = args[n];
 | 
					                auto interpreter = args[n];
 | 
				
			||||||
                auto execArgs = "";
 | 
					                auto execArgs = "";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue