fixed some problems with bash
Change-Id: Iedaf7c28c25149755e6e4a20810043cf64ed8c84
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user