diff options
Diffstat (limited to 'linden/scripts')
-rwxr-xr-x | linden/scripts/make_changelog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/scripts/make_changelog.py b/linden/scripts/make_changelog.py index 713adc1..c71f48f 100755 --- a/linden/scripts/make_changelog.py +++ b/linden/scripts/make_changelog.py | |||
@@ -390,7 +390,7 @@ def main(): | |||
390 | "--date=short", "--date-order"] + commits | 390 | "--date=short", "--date-order"] + commits |
391 | 391 | ||
392 | try: | 392 | try: |
393 | proc = subprocess.Popen(cmd, | 393 | proc = subprocess.Popen( [" ".join(cmd)], |
394 | cwd = ROOT_DIR, | 394 | cwd = ROOT_DIR, |
395 | stdout = subprocess.PIPE, | 395 | stdout = subprocess.PIPE, |
396 | stderr = subprocess.STDOUT, | 396 | stderr = subprocess.STDOUT, |