fixed some problems with bash

Change-Id: Iedaf7c28c25149755e6e4a20810043cf64ed8c84
This commit is contained in:
cvpcs
2010-06-06 18:06:59 -05:00
committed by LuK1337
parent f79b23a255
commit c5c7fd40fa
3 changed files with 30 additions and 51 deletions

View File

@@ -493,7 +493,7 @@ initialize_shell_variables (env, privmode)
/* Now make our own defaults in case the vars that we think are
important are missing. */
temp_var = set_if_not ("PATH", DEFAULT_PATH_VALUE);
temp_var = set_if_not ("TERM", "dumb");
temp_var = set_if_not ("TERM", "unknown");
#if defined (__QNX__)
/* set node id -- don't import it from the environment */