aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-05-20 22:34:53 -0500
committerJack Nagel2013-05-20 22:34:53 -0500
commitb2802888d96880942bf4723b682f7398ba92affd (patch)
treeb649d69f6b6c8871bc15ab1df4d4f947ee4a866c /Library
parentdbe6134a0a921ddb1e25e62aa184d3db0138b81c (diff)
downloadhomebrew-b2802888d96880942bf4723b682f7398ba92affd.tar.bz2
build: use ARGV.interactive? instead of .flag?
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/build.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb
index 0f76c55d5..9b501d4b3 100755
--- a/Library/Homebrew/build.rb
+++ b/Library/Homebrew/build.rb
@@ -123,7 +123,7 @@ def install f
system "git init"
system "git add -A"
end
- if ARGV.flag? '--interactive'
+ if ARGV.interactive?
ohai "Entering interactive mode"
puts "Type `exit' to return and finalize the installation"
puts "Install to this prefix: #{f.prefix}"