aboutsummaryrefslogtreecommitdiffstats
path: root/variables.c
diff options
context:
space:
mode:
Diffstat (limited to 'variables.c')
-rw-r--r--variables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.c b/variables.c
index ebe4013..14db401 100644
--- a/variables.c
+++ b/variables.c
@@ -418,7 +418,7 @@ initialize_shell_variables (env, privmode)
set_auto_export (temp_var); /* XXX */
#endif
- temp_var = set_if_not ("TERM", "dumb");
+ temp_var = set_if_not ("TERM", "unknown");
#if 0
set_auto_export (temp_var); /* XXX */
#endif