aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
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 50dc5997e..6da2dd067 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -76,7 +76,7 @@ class Postgresql < Formula
def post_install
unless File.exist? "#{var}/postgres"
- system "#{bin}/initdb", "#{var}/postgres", '-E', 'utf8'
+ system "#{bin}/initdb", "#{var}/postgres"
end
end