Merge pull request #471 from indirect/master
ensure bootstrap uses system ruby
This commit is contained in:
commit
c1d35b99e4
1 changed files with 3 additions and 0 deletions
|
@ -25,3 +25,6 @@ set -e
|
||||||
|
|
||||||
# Bundle install unless we're already up to date.
|
# Bundle install unless we're already up to date.
|
||||||
/usr/bin/bundle install --binstubs bin --path .bundle --quiet "$@"
|
/usr/bin/bundle install --binstubs bin --path .bundle --quiet "$@"
|
||||||
|
|
||||||
|
# Fix the binstubs to use system ruby
|
||||||
|
find bin -type f -print0 | xargs -0 sed -i '' 's|/usr/bin/env ruby|/usr/bin/ruby|g'
|
Loading…
Reference in a new issue