From: Daniel Baumann Date: Mon, 8 Jun 2009 05:54:51 +0000 (+0200) Subject: Avoiding echo bashism in live-initramfs.init by using printf instead (Closes: #530128). X-Git-Tag: debian/1.157.3-1~20 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=7fdda6501938d86e2632470e11f33abbf9c78661;hp=db1fd6b2eda4f4591318263ab17df7d1f273587a;p=live-boot-grml.git 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