Auto-merging via docker-versions-create

This commit is contained in:
Geoff Bourne
2021-11-24 15:57:25 -06:00
2 changed files with 7 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ function normalizeMemSize() {
function versionLessThan() {
local activeParts
IFS=. read -ra activeParts <<<"${VANILLA_VERSION}"
IFS=. read -ra activeParts <<<"${VANILLA_VERSION%%-*}"
local givenParts
IFS=. read -ra givenParts <<<"$1"