aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV/scm/git
diff options
context:
space:
mode:
Diffstat (limited to 'Library/ENV/scm/git')
-rwxr-xr-xLibrary/ENV/scm/git2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/ENV/scm/git b/Library/ENV/scm/git
index 57484a078..6124ffe5f 100755
--- a/Library/ENV/scm/git
+++ b/Library/ENV/scm/git
@@ -1,5 +1,7 @@
#!/bin/sh
# Make sure this shim uses the same Ruby interpreter that is used by Homebrew.
+unset RUBYLIB
+unset RUBYOPT
exec "$HOMEBREW_RUBY_PATH" -x "$0" "$@"
#!/usr/bin/env ruby -W0