Skip to content

Commit

Permalink
Removed install_source_path for gemsets
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Jun 2, 2010
1 parent a739b26 commit d549b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install
Expand Up @@ -171,8 +171,8 @@ fi
#
spinner
mkdir -p "$rvm_gemsets_path"
for gemset_file in $(cd $install_source_path/gemsets ; find . -iname '*.gems' | sed 's/\.\///') ; do
source_path="$install_source_path/gemsets"
for gemset_file in $(cd gemsets ; find . -iname '*.gems' | sed 's/\.\///') ; do
source_path="$(pwd)/gemsets"
destination="$rvm_gemsets_path/$gemset_file"
destination_path="$(dirname "$destination")"
if [[ ! -s "$destination" ]] ; then
Expand Down

0 comments on commit d549b66

Please sign in to comment.