aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorMax Howell2010-01-16 15:48:56 +0000
committerMax Howell2010-01-16 15:48:56 +0000
commit31af639b7bee1326b42fcc1146b82c28cc9bd8e2 (patch)
treee1f287d9b23f00f2da263c5674a4ec62d27016af /Library/Formula/postgresql.rb
parentd1c3800be447608789ae967764574478b3df194d (diff)
downloadhomebrew-31af639b7bee1326b42fcc1146b82c28cc9bd8e2.tar.bz2
chomp whoami usage for plists
Fixes #424
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index e58a732a7..372c8ee3b 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -100,7 +100,7 @@ To install gems without sudo, see the Homebrew wiki.
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
- <string>#{`whoami`}</string>
+ <string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{HOMEBREW_PREFIX}</string>
</dict>