diff options
Diffstat (limited to 'tools/setup.py')
-rwxr-xr-x | tools/setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/setup.py b/tools/setup.py index cbc85bd16..85e49d3c7 100755 --- a/tools/setup.py +++ b/tools/setup.py @@ -28,8 +28,7 @@ def main(): def write_lastchange(): run([ sys.executable, "build/util/lastchange.py", "-o", - "build/util/LASTCHANGE", "--source-dir", root_path, - "--filter=" + "build/util/LASTCHANGE", "--source-dir", root_path, "--filter=" ]) |