diff options
Diffstat (limited to 'build/util/lastchange.py')
-rwxr-xr-x | build/util/lastchange.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/util/lastchange.py b/build/util/lastchange.py index 75176f0..4e5311b 100755 --- a/build/util/lastchange.py +++ b/build/util/lastchange.py @@ -117,7 +117,7 @@ def IsGitSVN(directory): proc = RunGitCommand(directory, ['config', '--get-regexp', '^svn']) if proc: return (proc.wait() == 0) - return false + return False def FetchGitSVNURL(directory): |