Skip to content

Commit

Permalink
Merge pull request msmhq#132 from TrogloGeek/master
Browse files Browse the repository at this point in the history
Simple typo fix in versionning support (broken comparison)
  • Loading branch information
Marcus Whybrow committed Jan 16, 2013
2 parents 006e729 + ed9c48c commit abdc13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/msm
Original file line number Diff line number Diff line change
Expand Up @@ -3818,7 +3818,7 @@ get_closest_version() {
if [[ "$RETURN" == "$given_version" ]]; then
# This version is older than or equal to the given version

_newest_version "$clostest_version" "$v_version"
_newest_version "$closest_version" "$v_version"
if [[ "$RETURN" == "$v_version" ]]; then
# This version is newer than or equal to the closest version
closest_version="$v_version"
Expand Down

0 comments on commit abdc13c

Please sign in to comment.