Author: chaoflow
Date: Sat Dec 31 04:14:31 2011
New Revision: 31174
URL: https://nixos.org/websvn/nix/?rev=31174&sc=1

Log:
unset MOZ_PLUGIN_PATH and TERMINFO_DIRS before setting them

Modified:
   nixos/trunk/modules/programs/bash/profile.sh

Modified: nixos/trunk/modules/programs/bash/profile.sh
==============================================================================
--- nixos/trunk/modules/programs/bash/profile.sh        Sat Dec 31 04:06:02 
2011        (r31173)
+++ nixos/trunk/modules/programs/bash/profile.sh        Sat Dec 31 04:14:31 
2011        (r31174)
@@ -22,6 +22,7 @@
 
 unset PATH INFOPATH PKG_CONFIG_PATH PERL5LIB ALSA_PLUGIN_DIRS GST_PLUGIN_PATH 
KDEDIRS
 unset QT_PLUGIN_PATH QTWEBKIT_PLUGIN_PATH STRIGI_PLUGIN_PATH XDG_CONFIG_DIRS 
XDG_DATA_DIRS
+unset MOZ_PLUGIN_PATH TERMINFO_DIRS
 
 for i in $NIX_PROFILES; do # !!! reverse
     # We have to care not leaving an empty PATH element, because that means 
'.' to Linux
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to