diff options
author | cvpcs <root@cvpcs.org> | 2010-06-06 18:06:59 -0500 |
---|---|---|
committer | Dan Pasanen <dan.pasanen@gmail.com> | 2014-10-02 14:25:51 -0500 |
commit | d15864548dc4512f1bd735a8182beadbcbfb787b (patch) | |
tree | 63fc7f3fc18fe11ca202806f50fce4b1cc348484 /variables.c | |
parent | 36c12725cbe10a552d3a1524eb324a10ffbfab8e (diff) | |
download | android_external_bash-d15864548dc4512f1bd735a8182beadbcbfb787b.tar.gz android_external_bash-d15864548dc4512f1bd735a8182beadbcbfb787b.tar.bz2 android_external_bash-d15864548dc4512f1bd735a8182beadbcbfb787b.zip |
fixed some problems with bash
Diffstat (limited to 'variables.c')
-rw-r--r-- | variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.c b/variables.c index 7c82710..5200d64 100644 --- a/variables.c +++ b/variables.c @@ -464,7 +464,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 |