aboutsummaryrefslogtreecommitdiff
path: root/dev/tools
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-11-23 19:49:02 +0100
committerEmilio Jesus Gallego Arias2018-11-23 19:49:02 +0100
commita0fdb3d1133e4fe2e1033d00bd356c5ee94ad75a (patch)
tree1cb21857c66993498e3a641c482906c71c8ea794 /dev/tools
parentb581f9bcbbd378cd3f80f77976bd745f9c7c6ba4 (diff)
parentab644bc3d66a0a21342d26e7a32b535916d151b5 (diff)
Merge PR #9055: [dev] fix create_overlay wrt branch names containing /
Diffstat (limited to 'dev/tools')
-rwxr-xr-xdev/tools/create_overlays.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tools/create_overlays.sh b/dev/tools/create_overlays.sh
index 314ac07e68..41392be5d7 100755
--- a/dev/tools/create_overlays.sh
+++ b/dev/tools/create_overlays.sh
@@ -75,4 +75,4 @@ done
# End the file; copy to overlays folder.
echo "fi" >> $OVERLAY_FILE
PR_NUMBER=$(printf '%05d' "$PR_NUMBER")
-mv $OVERLAY_FILE dev/ci/user-overlays/$PR_NUMBER-$DEVELOPER_NAME-$OVERLAY_BRANCH.sh
+mv $OVERLAY_FILE dev/ci/user-overlays/$PR_NUMBER-$DEVELOPER_NAME-${OVERLAY_BRANCH///}.sh