[SCM] Debian Live initramfs hook branch, master, updated. 1.157.2-1-9-g057ad23

Daniel Baumann daniel at debian.org
Mon Jun 8 06:04:43 UTC 2009


The following commit has been merged in the master branch:
commit 057ad2320cdbde4ee320d13b44c533141e904497
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Jun 8 07:54:51 2009 +0200

    Avoiding echo bashism in live-initramfs.init by using printf instead (Closes: #530128).

diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init
index f7ac223..07f707c 100644
--- a/debian/live-initramfs.init
+++ b/debian/live-initramfs.init
@@ -161,7 +161,7 @@ do_stop ()
 
 		stty sane < /dev/console
 
-		echo -n -e "\n\n${MESSAGE} and press ENTER to continue:" > /dev/console
+		printf "\n\n${MESSAGE} and press ENTER to continue:" > /dev/console
 
 		if [ -x /sbin/usplash_write ]
 		then

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list