Avoiding echo bashism in live-initramfs.init by using printf instead (Closes: #530128).
authorDaniel Baumann <daniel@debian.org>
Mon, 8 Jun 2009 05:54:51 +0000 (07:54 +0200)
committerDaniel Baumann <daniel@debian.org>
Mon, 8 Jun 2009 05:54:51 +0000 (07:54 +0200)
debian/live-initramfs.init

index f7ac223..07f707c 100644 (file)
@@ -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