Don't allow custom GConf schema paths to get into the system
authorRoss Burton <ross@openedhand.com>
Mon, 11 Feb 2008 16:40:15 +0000 (16:40 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 11 Feb 2008 16:40:15 +0000 (16:40 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3750 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-env-internal

index b3e5d40..489956e 100755 (executable)
@@ -79,6 +79,8 @@ export LANG=C
 # Kill PYTHONPATH as otherwise the Python specified there will conflict with
 # python-native.
 unset PYTHONPATH
+# Don't allow custom GConf schema paths to get into the system
+unset GCONF_SCHEMA_INSTALL_SOURCE
 
 echo
 echo "### Shell environment set up for Poky builds. ###"