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
commit007d174f433a92f3457c9aa25747505a85776ad2 (patch)
tree2960be9ecfd007f96ea79b0261a576564f5ddbfd /Library
parent92b6bcb77d94190a75dc4047f17f9c89b19d4de6 (diff)
downloadbrew-007d174f433a92f3457c9aa25747505a85776ad2.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}"