Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kgyrtkirk/hive-toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Mar 23, 2021
2 parents e55635f + 3595169 commit f0c95ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/cdpd-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build="`cat $tmp|jq -r .build`"
echo "@@@ build: $build"
shopt -s extglob
case "${build}_$VERSION" in
null_7.[0-9].[0-9].[1-9]+([0-9]))
null_7.[0-9].[0-9].[1-9]*([0-9]))
newVersion="`sed -r 's/[0-9]+$/0/' <<< ${VERSION}`"
echo "@@@ no build info available for $VERSION - and its a hotfix branch; trying base version ($newVersion) instead"
exec "$0" "$COMPONENT" "$newVersion"
Expand Down

0 comments on commit f0c95ad

Please sign in to comment.