diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-02-07 14:23:07 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-02-07 14:23:07 +0100 |
commit | c4dbe4cb2d740172f1199e8f3af23709477ea0de (patch) | |
tree | abd94b3c9bd87ff1803114b1b2913c3c6d99e6f9 | |
parent | a648fa6fcc9eb729ec6cb6b609f58f1ff5b7dfa3 (diff) | |
download | mkinitcpio-c4dbe4cb2d740172f1199e8f3af23709477ea0de.tar.gz mkinitcpio-c4dbe4cb2d740172f1199e8f3af23709477ea0de.tar.xz |
Remove an extra whitespace from the emergency shell prompt
-rw-r--r-- | init_functions | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |