From 3460ba7aaee39741b7491daaa55fc4ed70c683bd Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Tue, 16 Feb 2010 21:13:35 +0100 Subject: launch_interactive_shell: add "export" for PS1 --- init_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init_functions') diff --git a/init_functions b/init_functions index 4ee471b..c84fa65 100644 --- a/init_functions +++ b/init_functions @@ -23,7 +23,7 @@ poll_device() { } launch_interactive_shell() { - PS1='[ramfs \W]\$ ' + export PS1='[ramfs \W]\$ ' [ "$1" = "--exec" ] && exec /bin/sh -i /bin/sh -i } -- cgit v1.2.3-24-g4f1b