aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/utils.rb')
-rw-r--r--Library/Homebrew/utils.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index f837de202..0c7c80281 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -175,7 +175,7 @@ module Homebrew
end
def system(cmd, *args)
- puts "#{cmd} #{args*" "}" if ARGV.verbose?
+ puts "#{cmd} #{args * " "}" if ARGV.verbose?
_system(cmd, *args)
end
@@ -334,7 +334,7 @@ def which_editor
# Find Textmate
editor = which("mate", ENV["HOMEBREW_PATH"])
- # Find BBEdit / TextWrangler
+ # Find BBEdit/TextWrangler
editor ||= which("edit", ENV["HOMEBREW_PATH"])
# Find vim
editor ||= which("vim", ENV["HOMEBREW_PATH"])