From c4dbe4cb2d740172f1199e8f3af23709477ea0de Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 7 Feb 2010 14:23:07 +0100 Subject: Remove an extra whitespace from the emergency shell prompt --- init_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init_functions') diff --git a/init_functions b/init_functions index 2692a2a..c0f10e9 100644 --- a/init_functions +++ b/init_functions @@ -23,5 +23,5 @@ poll_device() { } launch_interactive_shell() { - PS1='[ramfs \W]\$ ' /bin/sh -i + PS1='[ramfs \W]\$ ' /bin/sh -i } -- cgit v1.2.3-24-g4f1b