diff options
Diffstat (limited to 'Library/Homebrew/utils.rb')
| -rw-r--r-- | Library/Homebrew/utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index e959d9d64..60eead67c 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -97,7 +97,7 @@ module Homebrew fork do yield if block_given? args.collect!{|arg| arg.to_s} - exec(cmd, *args) rescue nil + exec(cmd.to_s, *args) rescue nil exit! 1 # never gets here unless exec failed end Process.wait |
