From cbff039698129e99cc391ef0723d9602387eb836 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 26 Aug 2012 22:22:07 -0700 Subject: [PATCH] dash: use new dsl --- Formula/dash.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dash.rb b/Formula/dash.rb index 7bad1f5770..3ce063ca9c 100644 --- a/Formula/dash.rb +++ b/Formula/dash.rb @@ -7,10 +7,10 @@ class Dash < Formula head 'https://git.kernel.org/pub/scm/utils/dash/dash.git' - depends_on :automake if ARGV.build_head? + depends_on :automake if build.head? def install - if ARGV.build_head? + if build.head? system "aclocal" system "autoreconf -f -i -Wall,no-obsolete" end