aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sbcl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb
index 4e80d97b1..52356ed0d 100644
--- a/Library/Formula/sbcl.rb
+++ b/Library/Formula/sbcl.rb
@@ -59,7 +59,7 @@ class Sbcl < Formula
# Remove non-ASCII values from environment as they cause build failures
# More information: http://bugs.gentoo.org/show_bug.cgi?id=174702
ENV.delete_if do |key, value|
- value =~ /[\x80-\xff]/
+ value =~ /[\x80-\xff]/n
end
SbclBootstrapBinaries.new.brew do