aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-17 23:48:34 -0700
committerAdam Vandenberg2013-08-17 23:48:43 -0700
commit3463b9280d9d6495be0f2f47a71bc6c8ed52c04a (patch)
tree85b4f3c97e57053a00593ffdc805e636a7116ab2 /Library/Formula
parenta745668f7ff54afd3194f49e139f9057993f9f0e (diff)
downloadhomebrew-3463b9280d9d6495be0f2f47a71bc6c8ed52c04a.tar.bz2
lesstif: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lesstif.rb4
1 files changed, 1 insertions, 3 deletions
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,