aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-12-01 23:59:04 +0100
committerMarkus Reiter2017-12-02 00:10:55 +0100
commit96733bcb2e6836c55bb2e3fea4324c5f38061355 (patch)
tree3c3a8a91e34de19a7f5243b25f46ee5425a6705a /Library/Homebrew/cask/lib/hbc/cli.rb
parent76c64f9bbf54c9f3b6915469f170d1f8c02be208 (diff)
downloadbrew-96733bcb2e6836c55bb2e3fea4324c5f38061355.tar.bz2
Support environment filtering in Casks.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli.rb')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli.rb2
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