diff options
Diffstat (limited to 'Library/Formula/coffee-script.rb')
| -rw-r--r-- | Library/Formula/coffee-script.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/coffee-script.rb b/Library/Formula/coffee-script.rb index 51076f3ec..b34bab590 100644 --- a/Library/Formula/coffee-script.rb +++ b/Library/Formula/coffee-script.rb @@ -9,7 +9,7 @@ class CoffeeScript <Formula # head coffee-script usually depends on head node and # since there isn't a way to specify that just remove # the depends_on - depends_on :node unless ARGV.flag? '--HEAD' + depends_on :node unless ARGV.build_head? def caveats <<-EOS.undent @@ -20,7 +20,7 @@ class CoffeeScript <Formula brew uninstall node brew install node --HEAD EOS - end if ARGV.flag? '--HEAD' + end if ARGV.build_head? def install bin.mkpath |
