aboutsummaryrefslogtreecommitdiffstats
path: root/variables.c
diff options
context:
space:
mode:
authorcvpcs <root@cvpcs.org>2010-06-06 18:06:59 -0500
committercvpcs <root@cvpcs.org>2010-06-06 18:06:59 -0500
commitc12d330ddc951c5e6761c0535a4c5dd079d0a777 (patch)
tree86c9073011af5d881bce63b5ea52111a211f9932 /variables.c
parent5999b91c4395ce08fd3e893d98e9f4b54b05ac02 (diff)
downloadexternal_bash-c12d330ddc951c5e6761c0535a4c5dd079d0a777.zip
external_bash-c12d330ddc951c5e6761c0535a4c5dd079d0a777.tar.gz
external_bash-c12d330ddc951c5e6761c0535a4c5dd079d0a777.tar.bz2
fixed some problems with bash
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