Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Commit

Permalink
- make RUBYVER tunable for ruby 2.0, not that it works well yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Apr 25, 2013
1 parent cb794b5 commit ffc0300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/logstash
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
basedir=$(cd `dirname $0`/..; pwd)
if [ -d "$basedir/.git" ] ; then
RUBY=${RUBY=jruby}
RUBYVER=1.9
export GEM_HOME="$basedir/vendor/bundle/${RUBY}/1.9"
RUBYVER=${RUBYVER=1.9}
export GEM_HOME="$basedir/vendor/bundle/${RUBY}/${RUBYVER}"
export GEM_PATH=
fi

Expand Down

0 comments on commit ffc0300

Please sign in to comment.