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

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

commit 43c201c5909db5dcadce1c5151bee13eace0c6a8
Author: Mihai Moldovan <io...@ionic.de>
Date:   Fri Mar 9 09:07:15 2018 +0100

    nx-X11/programs/Xserver/Imakefile: use printf with no trailing newline 
instead of echo for variable value.
---
 nx-X11/programs/Xserver/Imakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nx-X11/programs/Xserver/Imakefile 
b/nx-X11/programs/Xserver/Imakefile
index 5d86a53..cc1ae72 100644
--- a/nx-X11/programs/Xserver/Imakefile
+++ b/nx-X11/programs/Xserver/Imakefile
@@ -292,7 +292,7 @@ NXAGENTOBJS = hw/nxagent/miinitext.o     \
 XPMLIB    =  -lXpm
 XMLLIB    =  `pkg-config --libs libxml-2.0`
 PIXMANLIB =  `pkg-config --libs pixman-1`
-ZLIB      =  $$(pkg-config --exists 'zlib' >/dev/null 2>&1 && pkg-config 
--libs 'zlib' || echo "-lz")
+ZLIB      =  $$(pkg-config --exists 'zlib' >/dev/null 2>&1 && pkg-config 
--libs 'zlib' || printf '%s' '-lz')
 PNGLIB    =  `pkg-config --libs libpng`
 JPEGLIB   =  -ljpeg
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/nx-libs.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to