diff options
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli.rb b/Library/Homebrew/cask/lib/hbc/cli.rb index e2deb6f67..7197303a8 100644 --- a/Library/Homebrew/cask/lib/hbc/cli.rb +++ b/Library/Homebrew/cask/lib/hbc/cli.rb @@ -96,7 +96,7 @@ module Hbc        if command.respond_to?(:run)          # usual case: built-in command verb          command.run(*args) -      elsif require?(which("brewcask-#{command}.rb")) +      elsif require?(which("brewcask-#{command}.rb"), ENV["HOMEBREW_PATH"])          # external command as Ruby library on PATH, Homebrew-style        elsif command.to_s.include?("/") && require?(command.to_s)          # external command as Ruby library with literal path, useful  | 
