From e4df9d07775c7eb1a6e5d74c8deb3d7f14050d00 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 14 Mar 2014 14:06:00 -0400 Subject: postgresql: Remove encoding from initdb command This is either redundant or will create a failure when the user has a non-UTF8 locale set. Closes #27556. Signed-off-by: Jack Nagel --- Library/Formula/postgresql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3