Avoiding echo bashism in live-initramfs.init by using printf instead (Closes: #530128).
[live-boot-grml.git] / 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