aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 721204c61..f7e00ee0f 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -15854,7 +15854,6 @@ init(void)
15854 pw = getpwuid(getuid()); 15854 pw = getpwuid(getuid());
15855 if (pw) { 15855 if (pw) {
15856 xsetenv_if_unset("USER", pw->pw_name); 15856 xsetenv_if_unset("USER", pw->pw_name);
15857 xsetenv_if_unset("USERNAME", pw->pw_name);
15858 xsetenv_if_unset("LOGNAME", pw->pw_name); 15857 xsetenv_if_unset("LOGNAME", pw->pw_name);
15859 xsetenv_if_unset("HOME", pw->pw_dir); 15858 xsetenv_if_unset("HOME", pw->pw_dir);
15860 } 15859 }