diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,11 @@ fi BREW_LIBRARY_DIRECTORY=$(cd "$BREW_FILE_DIRECTORY"/../Library && pwd -P) +# Users may have these set, pointing the system Ruby +# at non-system gem paths +unset GEM_HOME +unset GEM_PATH + BREW_SYSTEM=$(uname -s | tr "[:upper:]" "[:lower:]") if [ "$BREW_SYSTEM" = "darwin" ] then |
