summaryrefslogtreecommitdiff
path: root/homebrew/sbcl/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/sbcl/.make.sh-auto')
-rw-r--r--homebrew/sbcl/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/sbcl/.make.sh-auto b/homebrew/sbcl/.make.sh-auto
new file mode 100644
index 000000000..658b41788
--- /dev/null
+++ b/homebrew/sbcl/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+ENV.delete_if do |_, value|
+ascii_val = value.dup
+ascii_val.force_encoding("ASCII-8BIT") if ascii_val.respond_to? :force_encoding
+ascii_val =~ /[\x80-\xff]/n