i know bash...show me...

This commit is contained in:
John Bintz 2011-07-14 21:15:29 -04:00
parent 47063bafc3
commit 93caf1f6cd
1 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@ unset GIT_DIR
script/gemfile remote
bundle exec rake
if [ $? -ne 0 ]; then exit $?; fi
R=$?
if [ $R -ne 0 ]; then exit $R; fi