changeset 1349:37ba3859ea14

Example variables should have "export" in front of them so you can just uncomment the line and have it work.
author Rob Landley <rob@landley.net>
date Mon, 18 Apr 2011 08:04:46 -0500
parents 5a33fe4127fd
children 7eabfa815c90
files config
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config	Mon Apr 18 08:02:06 2011 -0500
+++ b/config	Mon Apr 18 08:04:46 2011 -0500
@@ -79,7 +79,7 @@
 
 # Set this if you don't want to drop all unrecognized environment variables.
 
-# NO_SANITIZE_ENVIRONMENT=1
+# export NO_SANITIZE_ENVIRONMENT=1
 
 # Try development versions of these packages.  (Know what you're doing if
 # you select these, it's quite possible the result won't work.)