aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xlinden/scripts/make_changelog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/scripts/make_changelog.py b/linden/scripts/make_changelog.py
index 8c21392..43745a4 100755
--- a/linden/scripts/make_changelog.py
+++ b/linden/scripts/make_changelog.py
@@ -370,7 +370,7 @@ def main():
370 370
371 371
372 # Set PATH to help find the git executable on Mac OS X. 372 # Set PATH to help find the git executable on Mac OS X.
373 if os.uname()[0] == "Darwin": 373 if sys.platform == "darwin":
374 os.environ["PATH"] += ":/usr/local/bin:/usr/local/git/bin:/sw/bin:/opt/bin:~/bin" 374 os.environ["PATH"] += ":/usr/local/bin:/usr/local/git/bin:/sw/bin:/opt/bin:~/bin"
375 375
376 # Fetch the log entries from git in one big chunk. 376 # Fetch the log entries from git in one big chunk.