Skip to content

Commit

Permalink
Bugfix: libraries has been moved to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Mar 1, 2010
1 parent 07b0dcd commit 6245367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if [[ ! -s "$rvm_config_path/user" ]] ; then
echo '# Users settings file, overrides db file settings and persists across installs.' >> $rvm_config_path/user
fi

scripts="monitor match log install color db fetch log set libraries"
scripts="monitor match log install color db fetch log set package"
for script_name in $(echo $scripts) ; do
chmod +x $rvm_scripts_path/$script_name
done
Expand Down

0 comments on commit 6245367

Please sign in to comment.