From e963286527246527bf16422238191d69a78aefe8 Mon Sep 17 00:00:00 2001 From: zonble Date: Mon, 17 Oct 2011 14:34:48 +0800 Subject: [PATCH] Modifies the script to generate Credits.rtf. --- Source/Tools/genRTF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Tools/genRTF.py b/Source/Tools/genRTF.py index 5bae20ab..10ce9bea 100755 --- a/Source/Tools/genRTF.py +++ b/Source/Tools/genRTF.py @@ -32,7 +32,7 @@ def main(argv=None): return path = os.path.abspath(path) - cmd = "/usr/local/git/bin/git log --format='%h' -1" + cmd = "/usr/bin/git log --format='%h' -1" try: p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) lines = ""