components/bash/patches/solaris-005.variables.c.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 11 Mar 2013 10:38:09 -0700
branchs11-update
changeset 2520 ceec631e74d1
parent 115 c360825c3a3f
child 1082 6d49548fa9da
child 7627 4758b76d5ad5
permissions -rw-r--r--
Close of build 10.

--- 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 */