Skip to content

Commit

Permalink
install.sh: remove eval
Browse files Browse the repository at this point in the history
It's not needed

Signed-off-by: Paweł Gronowski <[email protected]>
  • Loading branch information
vvoland committed May 9, 2024
1 parent 6d9743e commit dd09dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ version_gte() {
if [ -z "$VERSION" ]; then
return 0
fi
eval version_compare "$VERSION" "$1"
version_compare "$VERSION" "$1"
}

# version_compare compares two version strings (either SemVer (Major.Minor.Path),
Expand Down

0 comments on commit dd09dd2

Please sign in to comment.