Skip to content

Commit

Permalink
Forgot /etc/rvmrc last time in first fix, fix cdd25cf, updates rvm#1213
Browse files Browse the repository at this point in the history
…, fix rvm#1124
  • Loading branch information
lemoinem committed Oct 19, 2012
1 parent 70b70ea commit ec8eac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/functions/installer
Expand Up @@ -988,6 +988,7 @@ setup_rvmrc()
[[ -s $rvmrc_file ]]
then
chown $USER:${rvm_group_name:-$USER} $rvmrc_file
chmod a+r $rvmrc_file
fi
else
rvmrc_file="$HOME/.rvmrc"
Expand Down

0 comments on commit ec8eac2

Please sign in to comment.