Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Library/Homebrew/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def which_editor

def exec_editor(*args)
puts "Editing #{args.join "\n"}"
with_homebrew_path { safe_system(which_editor, *args) }
with_homebrew_path { safe_system(*which_editor.shellsplit, *args) }
end

def exec_browser(*args)
Expand Down