Skip to content

Commit

Permalink
Update start-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
felipepasc authored Jul 10, 2024
1 parent 212e729 commit 904f1aa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/start-utils
Original file line number Diff line number Diff line change
Expand Up @@ -216,14 +216,6 @@ function compare_version() {
return 0
fi

if [[ $left_version == a* || $left_version == b* ]]; then
left_version=${left_version:1}
fi

if [[ $right_version == a* || $right_version == b* ]]; then
right_version=${right_version:1}
fi

# Compare the versions using sort -V
local result

Expand Down

0 comments on commit 904f1aa

Please sign in to comment.