[X2Go-Commits] [nx-libs] 04/09: nx-X11/programs/Xserver/Imakefile: use printf with no trailing newline instead of echo for variable value.
git-admin at x2go.org
git-admin at x2go.org
Sat Mar 10 02:07:05 CET 2018
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 8603e4e2565830778d02d53e035c3f37d6d47a5e
Author: Mihai Moldovan <ionic at 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 285b361..f4f8d3f 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
More information about the x2go-commits
mailing list