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