aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-17 22:08:00 -0600
committerJack Nagel2013-11-17 22:57:37 -0600
commitc9c537436a3a42bf9bfa80f11c80bbd98064a471 (patch)
tree659b4e1d3f6a231fe8e12238442cb0db98823034 /Library
parentbe8e61079df8fd771ed01398be9419b6d9e59abf (diff)
downloadhomebrew-c9c537436a3a42bf9bfa80f11c80bbd98064a471.tar.bz2
ENV strings are already frozen
Diffstat (limited to 'Library')
-rw-r--r--Library/ENV/libsuperenv.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/ENV/libsuperenv.rb b/Library/ENV/libsuperenv.rb
index 575783460..e08fbba4d 100644
--- a/Library/ENV/libsuperenv.rb
+++ b/Library/ENV/libsuperenv.rb
@@ -25,5 +25,5 @@ class Array
end
end
-$brewfix = ENV['HOMEBREW_PREFIX'].freeze
-$sdkroot = ENV['HOMEBREW_SDKROOT'].freeze
+$brewfix = ENV['HOMEBREW_PREFIX']
+$sdkroot = ENV['HOMEBREW_SDKROOT']