Cross Reference: solaris-005.variables.c.patch
xref
: /
solaris-userland
/
components
/
bash
/
patches
/
solaris-005.variables.c.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
solaris-005.variables.c.patch revision 5516
5516
N/A
# Export the default variables if they aren't set.
5516
N/A
# Otherwise we end up with inconsistently
defined/exported
5516
N/A
# defaults.
5516
N/A
# Solaris-specific patch.
1303
N/A
---
variables.c
2011-01-24 17:07:48.000000000 -0800
1303
N/A
+++
variables.c
2011-11-29 09:29:51.902791524 -0800
1303
N/A
@@ -417,14 +417,12 @@
110
N/A
/* Now make our own defaults in case the vars that we think are
110
N/A
important are missing. */
110
N/A
temp_var = set_if_not ("PATH", DEFAULT_PATH_VALUE);
110
N/A
-#if 0
1303
N/A
+
110
N/A
set_auto_export (temp_var); /* XXX */
110
N/A
-#endif
110
N/A
110
N/A
temp_var = set_if_not ("TERM", "dumb");
110
N/A
-#if 0
1303
N/A
+
110
N/A
set_auto_export (temp_var); /* XXX */
110
N/A
-#endif
110
N/A
110
N/A
#if defined (__QNX__)
110
N/A
/* set node id -- don't import it from the environment */