mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Merge pull request #132 from TrogloGeek/master
Simple typo fix in versionning support (broken comparison)
This commit is contained in:
commit
abdc13cd12
2
init/msm
2
init/msm
@ -3818,7 +3818,7 @@ get_closest_version() {
|
|||||||
if [[ "$RETURN" == "$given_version" ]]; then
|
if [[ "$RETURN" == "$given_version" ]]; then
|
||||||
# This version is older than or equal to the given version
|
# 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
|
if [[ "$RETURN" == "$v_version" ]]; then
|
||||||
# This version is newer than or equal to the closest version
|
# This version is newer than or equal to the closest version
|
||||||
closest_version="$v_version"
|
closest_version="$v_version"
|
||||||
|
Loading…
Reference in New Issue
Block a user