Modifies the script to generate Credits.rtf.

This commit is contained in:
zonble 2011-10-17 14:34:48 +08:00
parent 8991ddfa4e
commit e963286527
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ""