aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2012-07-26 14:53:46 +0100
committerMike McQuaid2012-07-26 14:53:46 +0100
commit929458b764585ce4cca2981043ad157d615ea1ec (patch)
tree2dc7b4400ab2471331e59cfc357e28fe91834071
parentdc955c30d3ffdee997d78d8601976dbe3653c8c0 (diff)
downloadhomebrew-929458b764585ce4cca2981043ad157d615ea1ec.tar.bz2
geoip: add missing sed comment.
-rw-r--r--Library/Formula/geoip.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/geoip.rb b/Library/Formula/geoip.rb
index 8e966bcfd..334799bf1 100644
--- a/Library/Formula/geoip.rb
+++ b/Library/Formula/geoip.rb
@@ -14,6 +14,7 @@ class Geoip < Formula
end
def install
+ # Fix issue with sed barfing on unicode characters on Mountain Lion.
ENV.delete('LANG')
ENV.universal_binary if ARGV.build_universal?