Skip to content

Commit dd09dd2

Browse files
committed
install.sh: remove eval
It's not needed Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 6d9743e commit dd09dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ version_gte() {
179179
if [ -z "$VERSION" ]; then
180180
return 0
181181
fi
182-
eval version_compare "$VERSION" "$1"
182+
version_compare "$VERSION" "$1"
183183
}
184184

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

0 commit comments

Comments
 (0)