[jhbuild] Always set UNMANGLED_PATH (GNOME bug 587489)



commit badae4eacb2eed1228cc341d08f9a6542a6c838b
Author: Frédéric Péters <fpeters 0d be>
Date:   Thu Nov 26 13:10:14 2009 +0100

    Always set UNMANGLED_PATH (GNOME bug 587489)

 jhbuild/config.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/config.py b/jhbuild/config.py
index adc82a7..b40822d 100644
--- a/jhbuild/config.py
+++ b/jhbuild/config.py
@@ -150,7 +150,7 @@ class Config:
 
         if not self._orig_environ:
             self.__dict__['_orig_environ'] = os.environ.copy()
-            os.environ['UNMANGLED_PATH'] = os.environ.get('PATH', '')
+        os.environ['UNMANGLED_PATH'] = os.environ.get('PATH', '')
 
         try:
             SRCDIR



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]