Skip to content

Commit

Permalink
fix rvm_requiremnts_fail_or_run_action, update #1720, update #1724, f…
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Mar 31, 2013
1 parent e77f34e commit 4f065e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions/build_requirements
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rvm_requiremnts_fail_or_run_action()
return 1
;;
(*)
shift
shift 2
"$@" || return $?
;;
esac
Expand Down

0 comments on commit 4f065e6

Please sign in to comment.