Commit 347e9733 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...
parent 21a556b3
......@@ -133,6 +133,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