components/bash/patches/solaris-005.variables.c.patch
changeset 115 c360825c3a3f
parent 110 77641682ba6f
child 1082 6d49548fa9da
child 7627 4758b76d5ad5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/bash/patches/solaris-005.variables.c.patch	Tue Mar 01 14:19:15 2011 -0800
@@ -0,0 +1,17 @@
+--- variables.c	2009-01-04 14:32:46.000000000 -0500
++++ variables.c	2009-08-15 14:53:56.426776000 -0400
+@@ -402,14 +402,10 @@
+   /* 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);
+-#if 0
+   set_auto_export (temp_var);	/* XXX */
+-#endif
+ 
+   temp_var = set_if_not ("TERM", "dumb");
+-#if 0
+   set_auto_export (temp_var);	/* XXX */
+-#endif
+ 
+ #if defined (__QNX__)
+   /* set node id -- don't import it from the environment */