Always use exec_editor to exec the editor
This commit is contained in:
		
							parent
							
								
									04f600bb50
								
							
						
					
					
						commit
						d79a7c0fcf
					
				@ -16,7 +16,7 @@ module Homebrew
 | 
			
		||||
      if editor == "mate" or editor == "subl"
 | 
			
		||||
        # If the user is using TextMate or Sublime Text,
 | 
			
		||||
        # give a nice project view instead.
 | 
			
		||||
        exec editor, HOMEBREW_REPOSITORY+"bin/brew",
 | 
			
		||||
        exec_editor, HOMEBREW_REPOSITORY+"bin/brew",
 | 
			
		||||
                     HOMEBREW_REPOSITORY+'README.md',
 | 
			
		||||
                     HOMEBREW_REPOSITORY+".gitignore",
 | 
			
		||||
                    *library_folders
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user