| Message ID | 20260828-run-docs-build-tweaks-v1-4-24a7c832e352@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | scripts/run-docs-build cleanups | expand |
diff --git a/scripts/run-docs-build b/scripts/run-docs-build index 274ad20..5f5fa05 100755 --- a/scripts/run-docs-build +++ b/scripts/run-docs-build @@ -243,7 +243,7 @@ for branch in "$ypdocsbranch" dunfell $(git branch --remote --contains "$first_s ) # Strip yocto- from tag names - branch=$(echo "$branch" | sed 's/yocto-//') + branch=${branch//yocto-/} if [ "$branch" = "master-next" ]; then branch="next"
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- scripts/run-docs-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)