aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/ARGV.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/extend/ARGV.rb b/Library/Homebrew/extend/ARGV.rb
index fc3039cc8..8d5ad3199 100644
--- a/Library/Homebrew/extend/ARGV.rb
+++ b/Library/Homebrew/extend/ARGV.rb
@@ -96,6 +96,10 @@ module HomebrewArgvExtension
include? '--devel'
end
+ def build_stable?
+ not (build_head? or build_devel?)
+ end
+
def build_universal?
include? '--universal'
end