[X2Go-Commits] [live-build-x2go] 48/58: -e was missing at echo, thus literal backslash n was being printed

git-admin at x2go.org git-admin at x2go.org
Tue Feb 14 09:34:14 CET 2017


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

x2go pushed a commit to branch feature/openbox
in repository live-build-x2go.

commit 33d84f775b02bf415aa866e33cc675c338e0c3cd
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jan 2 16:18:13 2017 +0100

    -e was missing at echo, thus literal backslash n was being printed
---
 .../includes.chroot/lib/live/config/2500-tcpprint  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2500-tcpprint b/config/includes.chroot/lib/live/config/2500-tcpprint
index 225a6ec..6026f44 100755
--- a/config/includes.chroot/lib/live/config/2500-tcpprint
+++ b/config/includes.chroot/lib/live/config/2500-tcpprint
@@ -28,7 +28,7 @@ if grep -q "\W*tcpprint\W*" /proc/cmdline ; then
 	[ -d /dev/usb ] && PRINTERDEVICES=$(find /dev/usb -type c -name "lp*" | sort)
 	PRINTERDEVICES="$PRINTERDEVICES $(find /dev/ -maxdepth 1 -type c -name "lp*" | sort)"
 
-	echo "\nSetting up local printers ..." >>/dev/tty9
+	echo -e "\nSetting up local printers ..." >>/dev/tty9
 
 	# Create a listening port for a TCP/9100-RAW-printer
 	#

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


More information about the x2go-commits mailing list