Skip to content

Commit

Permalink
Merge branch 'hotfix/fix_version_compare'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Jan 10, 2012
2 parents c38dca2 + 616ff69 commit dedc2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions/utility
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ __rvm_version_compare()
fi

counter=1
for x in $( seq $dots 0 )
for x in $( seq $dots -1 0 )
do
transformer+=( "$(( 256 ** x ))*\$${counter}" )
: $(( counter+=1 ))
Expand Down

0 comments on commit dedc2c3

Please sign in to comment.