aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rsyslog.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-09-01 17:31:22 -0700
committerAdam Vandenberg2011-09-01 17:31:22 -0700
commit7ae9ca2ff7b1abbaa2646bd95e509278a076fea6 (patch)
tree9ad949b2787a9b1e125c6171d5eb1a383b6f7223 /Library/Formula/rsyslog.rb
parent9e3cbf4e9e75b9205b28c93edd14af4a7e84bdc3 (diff)
downloadhomebrew-7ae9ca2ff7b1abbaa2646bd95e509278a076fea6.tar.bz2
rsyslog: remove trailing whitespace
Diffstat (limited to 'Library/Formula/rsyslog.rb')
-rw-r--r--Library/Formula/rsyslog.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rsyslog.rb b/Library/Formula/rsyslog.rb
index 7488ab8cb..03bf1eae9 100644
--- a/Library/Formula/rsyslog.rb
+++ b/Library/Formula/rsyslog.rb
@@ -16,7 +16,7 @@ class Rsyslog < Formula
ENV['CC'] = "gcc -arch i386 -arch x86_64"
ENV['CXX'] = "g++ -arch i386 -arch x86_64"
ENV['CPP'] = "gcc -E"
- ENV['CXXCPP'] = "g++ -E"
+ ENV['CXXCPP'] = "g++ -E"
system "./configure", "--prefix=#{prefix}"
else
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"