We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf2e53 commit aa9b98cCopy full SHA for aa9b98c
scripts/ota.sh
@@ -42,7 +42,7 @@ _push_ota_info() {
42
fi
43
44
if [[ -n "${ROM_EXTRAVERSION}" ]]; then
45
- target_ota_branch="${target_ota_branch}"-"${ROM_EXTRAVERSION,,}"
+ target_ota_branch="${target_ota_branch}"-"$(tr -d - <<< "${ROM_EXTRAVERSION,,}")"
46
47
48
if [[ -n "${target_ota_repo_url}" ]]; then
0 commit comments