summaryrefslogtreecommitdiffstats
path: root/build/util
diff options
context:
space:
mode:
Diffstat (limited to 'build/util')
-rwxr-xr-xbuild/util/lastchange.py2
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):