[X2Go-Commits] [nx-libs] 40/45: debian/roll-tarballs.sh: don't escape last newline of a multiline command.

git-admin at x2go.org git-admin at x2go.org
Mon Apr 27 04:51:05 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit 347e973353e64c7f004950cd846360254effd324
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun Apr 26 23:49:06 2015 +0200

    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...
---
 debian/roll-tarballs.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh
index 8bf2d51..954986b 100755
--- a/debian/roll-tarballs.sh
+++ b/debian/roll-tarballs.sh
@@ -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"

--
Alioth's /srv/git/code.x2go.org/nx-libs.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list