We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7004aa commit 1737182Copy full SHA for 1737182
scripts/versioning.sh
@@ -43,7 +43,7 @@ function application_build_versioned_components()
43
XBB_GCC_VERSION_MAJOR=$(xbb_get_version_major "${XBB_GCC_VERSION}")
44
45
# In reverse chronological order.
46
- if [[ ${XBB_RELEASE_VERSION} =~ 12[.][2][.]0-[12] ]]
+ if [[ ${XBB_RELEASE_VERSION} =~ 12[.][2][.]0-.* ]]
47
then
48
49
# -------------------------------------------------------------------------
0 commit comments