Skip to content

Commit

Permalink
Added rvm-exec to binscripts installation thanks to arrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Apr 18, 2011
1 parent f36a484 commit 112b197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions/installer
Expand Up @@ -366,7 +366,7 @@ ensure_scripts_are_executable()

install_binscripts()
{
files=(rvm-prompt rvm rvmsudo rvm-shell rvm-auto-ruby)
files=(rvm-prompt rvm rvmsudo rvm-shell rvm-exec rvm-auto-ruby)
for file in "${files[@]}" ; do
# Ensure binscripts are always available in rvm_path/bin first.
rm -f "${rvm_path}/bin/${file}"
Expand Down

0 comments on commit 112b197

Please sign in to comment.