aboutsummaryrefslogtreecommitdiff
path: root/dev/tools
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-02-21 13:05:06 +0100
committerEmilio Jesus Gallego Arias2019-02-21 13:05:06 +0100
commit2b2af068f6a938405ed7d4d64fd87f176f00d964 (patch)
tree7129b77874df7092e345a59523f5fc9d685c5f85 /dev/tools
parenta34bc49621456cfd11ead110164747862b50f247 (diff)
parenta6f9a87872216d2e63305495305602e4d8d66cf4 (diff)
Merge PR #9618: [dev/tools/create_overlays] remove trailing whitespace
Reviewed-by: ejgallego
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 41392be5d7..ad60b1115f 100755
--- a/dev/tools/create_overlays.sh
+++ b/dev/tools/create_overlays.sh
@@ -42,7 +42,7 @@ OVERLAY_BRANCH=$(git rev-parse --abbrev-ref HEAD)
OVERLAY_FILE=$(mktemp overlay-XXXX)
# Create the overlay file
-printf 'if [ "$CI_PULL_REQUEST" = "%s" ] || [ "$CI_BRANCH" = "%s" ]; then \n\n' "$PR_NUMBER" "$OVERLAY_BRANCH" > "$OVERLAY_FILE"
+printf 'if [ "$CI_PULL_REQUEST" = "%s" ] || [ "$CI_BRANCH" = "%s" ]; then\n\n' "$PR_NUMBER" "$OVERLAY_BRANCH" > "$OVERLAY_FILE"
# We first try to build the contribs
while test $# -gt 0