mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
fix(common): Fix dumb typo in bash alternate-value expansion
Missing a : Perhaps I'm getting to clever with my shell for my own good.
This commit is contained in:
parent
7453f7b749
commit
e6739a22a8
@ -322,7 +322,7 @@ fi
|
|||||||
|
|
||||||
# Full version string.
|
# Full version string.
|
||||||
COREOS_VERSION_ID="${COREOS_BUILD}.${COREOS_BRANCH}.${COREOS_PATCH}"
|
COREOS_VERSION_ID="${COREOS_BUILD}.${COREOS_BRANCH}.${COREOS_PATCH}"
|
||||||
COREOS_VERSION_STRING="${COREOS_VERSION_ID}${COREOS_BUILD_ID++}${COREOS_BUILD_ID}"
|
COREOS_VERSION_STRING="${COREOS_VERSION_ID}${COREOS_BUILD_ID:++}${COREOS_BUILD_ID}"
|
||||||
|
|
||||||
# Calculate what today's build version should be, used by release
|
# Calculate what today's build version should be, used by release
|
||||||
# scripts to provide a reasonable default value. The value is the number
|
# scripts to provide a reasonable default value. The value is the number
|
||||||
|
Loading…
x
Reference in New Issue
Block a user