From c9c537436a3a42bf9bfa80f11c80bbd98064a471 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 17 Nov 2013 22:08:00 -0600 Subject: ENV strings are already frozen --- Library/ENV/libsuperenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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'] -- cgit v1.2.3