diff options
| author | Emilio Jesus Gallego Arias | 2019-02-21 13:05:06 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-02-21 13:05:06 +0100 |
| commit | 2b2af068f6a938405ed7d4d64fd87f176f00d964 (patch) | |
| tree | 7129b77874df7092e345a59523f5fc9d685c5f85 /dev/tools | |
| parent | a34bc49621456cfd11ead110164747862b50f247 (diff) | |
| parent | a6f9a87872216d2e63305495305602e4d8d66cf4 (diff) | |
Merge PR #9618: [dev/tools/create_overlays] remove trailing whitespace
Reviewed-by: ejgallego
Diffstat (limited to 'dev/tools')
| -rwxr-xr-x | dev/tools/create_overlays.sh | 2 |
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 |
