Skip to content

Commit

Permalink
JariBakken: Unset GEM_{HOME,PATH} in ./go. Hopefully resolves build i…
Browse files Browse the repository at this point in the history
…ssues for RVM users.

r14950
  • Loading branch information
jarib committed Nov 28, 2011
1 parent ef1503f commit e62a429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ case `uname` in
;;
esac

# we want jruby-complete to take care of all things ruby
unset GEM_HOME
unset GEM_PATH

java $JAVA_OPTS -jar third_party/jruby/jruby-complete.jar -X-C -S rake $*

0 comments on commit e62a429

Please sign in to comment.