diff options
Diffstat (limited to 'Library/Homebrew/utils.rb')
| -rw-r--r-- | Library/Homebrew/utils.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index ef7776bca..d82093e4b 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -431,6 +431,7 @@ def which_editor  end  def exec_editor(*args) +  puts "Editing #{args.join "\n"}"    safe_exec(which_editor, *args)  end  | 
