diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/ENV/libsuperenv.rb | 4 |
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'] |
