[X2Go-Commits] [buildscripts] 02/02: bin/createsusetagsrepo: set IFS to empty for the read call.

git-admin at x2go.org git-admin at x2go.org
Sun Oct 30 02:48:46 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 9e482870790a1c92da8c9b031507a23a93e2a39c
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun Oct 30 02:48:34 2016 +0100

    bin/createsusetagsrepo: set IFS to empty for the read call.
---
 bin/createsusetagsrepo |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo
index dcf0a98..7a108c1 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
+  { IFS='' 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