Skip to content

Commit

Permalink
Simple typo fix in versionning support (broken comparison)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrogloGeek committed Jan 16, 2013
1 parent 006e729 commit ed9c48c
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 ed9c48c

Please sign in to comment.