aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/edit.rb
diff options
context:
space:
mode:
authorJack Nagel2015-01-05 15:27:07 -0500
committerJack Nagel2015-01-05 15:27:07 -0500
commit371de4c84e15df2e041ee37732832cd31a3c1036 (patch)
tree55f42c835cfb3060c625afd4208d93aec41edd67 /Library/Homebrew/cmd/edit.rb
parent314cf2d2bbce6919cfdbec6b938431b99607f163 (diff)
downloadhomebrew-371de4c84e15df2e041ee37732832cd31a3c1036.tar.bz2
Always use exec_editor to exec the editor
Diffstat (limited to 'Library/Homebrew/cmd/edit.rb')
-rw-r--r--Library/Homebrew/cmd/edit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/edit.rb b/Library/Homebrew/cmd/edit.rb
index a81280004..ad9db48e1 100644
--- a/Library/Homebrew/cmd/edit.rb
+++ b/Library/Homebrew/cmd/edit.rb
@@ -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