aboutsummaryrefslogtreecommitdiff
path: root/shell/msh.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/msh.c')
-rw-r--r--shell/msh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/msh.c b/shell/msh.c
index 2ee5256f7..dc2fa9c16 100644
--- a/shell/msh.c
+++ b/shell/msh.c
@@ -5213,9 +5213,9 @@ int msh_main(int argc, char **argv)
5213 if (path->value == null) { 5213 if (path->value == null) {
5214 /* Can be merged with same string elsewhere in bbox */ 5214 /* Can be merged with same string elsewhere in bbox */
5215 if (geteuid() == 0) 5215 if (geteuid() == 0)
5216 setval(path, bb_default_root_login_path); 5216 setval(path, bb_default_root_path);
5217 else 5217 else
5218 setval(path, bb_default_login_path); 5218 setval(path, bb_default_path);
5219 } 5219 }
5220 export(path); 5220 export(path);
5221 5221