diff options
| author | Adam Vandenberg | 2011-09-01 17:31:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-09-01 17:31:22 -0700 |
| commit | 7ae9ca2ff7b1abbaa2646bd95e509278a076fea6 (patch) | |
| tree | 9ad949b2787a9b1e125c6171d5eb1a383b6f7223 /Library | |
| parent | 9e3cbf4e9e75b9205b28c93edd14af4a7e84bdc3 (diff) | |
| download | homebrew-7ae9ca2ff7b1abbaa2646bd95e509278a076fea6.tar.bz2 | |
rsyslog: remove trailing whitespace
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rsyslog.rb | 2 |
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}" |
