We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbdd2e commit 6c4464eCopy full SHA for 6c4464e
1 file changed
brew-pkg.rb
@@ -57,7 +57,7 @@ def pkg
57
FileUtils.mkdir_p staging_root
58
59
60
- pkgs = [f]
+ pkgs = [ARGV.last]
61
62
# Add deps if we specified --with-deps
63
pkgs += f.recursive_dependencies if ARGV.include? '--with-deps'
0 commit comments