aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/ARGV+yeast.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/ARGV+yeast.rb b/Library/Homebrew/ARGV+yeast.rb
index 140e17ed3..8ba994450 100644
--- a/Library/Homebrew/ARGV+yeast.rb
+++ b/Library/Homebrew/ARGV+yeast.rb
@@ -19,6 +19,7 @@ module HomebrewArgvExtension
def named
nn=namedp
raise UsageError if nn.empty?
+ nn
end
def named_empty?
namedp.empty?