bundler icon indicating copy to clipboard operation
bundler copied to clipboard

Should not exit with code 0 on error

Open paul opened this issue 14 years ago • 2 comments

$ /opt/ruby-enterprise/bin/bundle exec foo bundler: command not found: foo Install missing gem binaries with bundle install $ echo $? 0

Makes automated scripts think everything is fine when its not.

paul avatar Apr 22 '10 21:04 paul

Is this still open? Looks like an important issue... (I'm working on provisioning with chef and looking into bundler's exit codes to control it.)

avit avatar Oct 19 '11 18:10 avit

Is issue #578 related?

avit avatar Oct 19 '11 18:10 avit