# HG changeset patch # User Rob Landley # Date 1303131886 18000 # Node ID 37ba3859ea14845a3d8a2169200c7d6b5e11d875 # Parent 5a33fe4127fd42393491107630e9003e57cea155 Example variables should have "export" in front of them so you can just uncomment the line and have it work. diff -r 5a33fe4127fd -r 37ba3859ea14 config --- 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.)