From 3463b9280d9d6495be0f2f47a71bc6c8ed52c04a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 17 Aug 2013 23:48:34 -0700 Subject: lesstif: style nits --- Library/Formula/lesstif.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/lesstif.rb b/Library/Formula/lesstif.rb index ff86e57a5..ee548c15f 100644 --- a/Library/Formula/lesstif.rb +++ b/Library/Formula/lesstif.rb @@ -10,10 +10,8 @@ class Lesstif < Formula def install # LessTif does naughty, naughty, things by assuming we want autoconf macros # to live in wherever `aclocal --print-ac-dir` says they should. - - inreplace ['configure'], "`aclocal --print-ac-dir`", "#{share}/aclocal" - # Shame on you LessTif! *wags finger* + inreplace 'configure', "`aclocal --print-ac-dir`", "#{share}/aclocal" # 'sed' fails if LANG=en_US.UTF-8 as is often the case on Macs. # The configure script finds our superenv sed wrapper, sets SED, -- cgit v1.2.3