[jhbuild] Always set UNMANGLED_PATH (GNOME bug 587489)
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [jhbuild] Always set UNMANGLED_PATH (GNOME bug 587489)
- Date: Thu, 26 Nov 2009 12:21:37 +0000 (UTC)
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]