[jhbuild] [git] update comment to match reality



commit 67559abd04ac3c5bf80b54e13737099492b3fc04
Author: Frédéric Péters <fpeters 0d be>
Date:   Fri Jun 5 15:42:36 2009 +0200

    [git] update comment to match reality
---
 jhbuild/versioncontrol/git.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jhbuild/versioncontrol/git.py b/jhbuild/versioncontrol/git.py
index 53c9f8e..d03c8bc 100644
--- a/jhbuild/versioncontrol/git.py
+++ b/jhbuild/versioncontrol/git.py
@@ -51,8 +51,8 @@ if 'ssh' not in urlparse.uses_relative:
     urlparse.uses_relative.append('ssh')
 
 def get_git_extra_env():
-    # we run git without the JHBuild LD_LIBRARY_PATH, as it can lead to
-    # errors if it picks up jhbuilded libraries, such as nss
+    # we run git without the JHBuild LD_LIBRARY_PATH and PATH, as it can
+    # lead to errors if it picks up jhbuilded libraries, such as nss
     return { 'LD_LIBRARY_PATH': os.environ.get('UNMANGLED_LD_LIBRARY_PATH'),
              'PATH': os.environ.get('UNMANGLED_PATH')}
 



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