[X2Go-Commits] [buildscripts] 03/03: bin/createsusetagsrepo: fix Here Document usage.

git-admin at x2go.org git-admin at x2go.org
Sun Oct 30 02:14:28 CET 2016


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

x2go pushed a commit to branch master
in repository buildscripts.

commit 9fc0f4352a1d3e3f48be5950982e45ede494c991
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun Oct 30 02:13:56 2016 +0100

    bin/createsusetagsrepo: fix Here Document usage.
---
 bin/createsusetagsrepo |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo
index 65b28b7..a92dde2 100755
--- a/bin/createsusetagsrepo
+++ b/bin/createsusetagsrepo
@@ -38,7 +38,7 @@ create_metadata () {
   printf 'media\n' > "media.1/directory.yast"
 
   typeset tmp_str=""
-  read -r -d '' tmp_str << EOF
+  read -r -d '' tmp_str <<EOF
 PRODUCT X2Go ${distro} ${component}
 VERSION 1.0-0
 LABEL X2Go ${component} Repository for ${distro}

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


More information about the x2go-commits mailing list