diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/brew.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/brew.rb b/Library/brew.rb index 38e11473c..839ab6e36 100644 --- a/Library/brew.rb +++ b/Library/brew.rb @@ -104,7 +104,7 @@ begin tap_commands += %W[/usr/bin/sudo -u ##{brew_uid}] end tap_commands += %W[#{HOMEBREW_BREW_FILE} tap #{possible_tap}] - safe_system *tap_commands + safe_system(*tap_commands) exec HOMEBREW_BREW_FILE, cmd, *ARGV else onoe "Unknown command: #{cmd}" |
