remove double bundle exec

This commit is contained in:
Thomas Kriechbaumer 2014-07-04 14:56:44 +02:00
parent 20c84eaafc
commit cfc98d3f8c

View File

@ -82,7 +82,7 @@ _binstubbed() {
_run-with-bundler() {
if _bundler-installed && _within-bundled-project; then
if _binstubbed $1; then
bundle exec "./bin/$@"
./bin/$@
else
bundle exec $@
fi