diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ctags.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ctags.rb b/Library/Formula/ctags.rb index 402235a0a..8ef691fa0 100644 --- a/Library/Formula/ctags.rb +++ b/Library/Formula/ctags.rb @@ -15,7 +15,7 @@ class Ctags < Formula end def install - if ARGV.build_head? + if build.head? system "autoheader" system "autoconf" end |
