1
0
Fork 0

Revert "Merge pull request #531 from stepanstipl/fix-gnu_sed"

This reverts commit 4de4bf9a0a, reversing
changes made to 9adae9897d.

This broke Mac OS X sed
This commit is contained in:
Rafael Mendonça França 2014-03-26 18:06:47 -03:00
parent 4de4bf9a0a
commit 0d66ea7b72
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ set -e
/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'
find bin -type f -print0 | xargs -0 sed -i '' 's|/usr/bin/env ruby|/usr/bin/ruby|g'