Skip to content

Commit

Permalink
Avoiding echo bashism in live-initramfs.init by using printf instead …
Browse files Browse the repository at this point in the history
…(Closes: #530128).
  • Loading branch information
daniel-baumann committed Jun 8, 2009
1 parent db1fd6b commit 7fdda65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/live-initramfs.init
Expand Up @@ -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
Expand Down

0 comments on commit 7fdda65

Please sign in to comment.