Commit 06bdc272 authored by Mihai Moldovan's avatar Mihai Moldovan

debian/roll-tarballs.sh: don't escape last newline of a multiline command.

Worked out fine so far, because the next line was empty, but this can easily change... Cherry-picked from Arctica GH 3.6.x branch.
parent cc2fdd96
......@@ -193,6 +193,6 @@ tar c -C "$TEMP_DIR" \
--no-recursion \
--files-from "$MANIFEST" \
--gzip \
> "$TARGETDIR/_releases_/source/${PROJECT}/${PROJECT}-${RELEASE}${RELEASE_SUFFIX}.tar.gz" \
> "$TARGETDIR/_releases_/source/${PROJECT}/${PROJECT}-${RELEASE}${RELEASE_SUFFIX}.tar.gz"
echo "$TARGETDIR/_releases_/source/${PROJECT}/${PROJECT}-${RELEASE}${RELEASE_SUFFIX}.tar.gz is ready"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment