Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-01-28 16:00:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-28 16:01:22 +0400
commitc2da706a36ca355509d9dc2abcffc1edc6c49fff (patch)
tree079e1fee7010538b22b61402b9e24a1e032c5cbf /build_files/cmake/cmake_consistency_check.py
parent59d1387c4154b4a285e8c53eca2128fbe59aeb54 (diff)
Code cleanup: remove references to svn and code style
Diffstat (limited to 'build_files/cmake/cmake_consistency_check.py')
-rwxr-xr-xbuild_files/cmake/cmake_consistency_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/cmake_consistency_check.py b/build_files/cmake/cmake_consistency_check.py
index 665bc600efa..c2044fcc21d 100755
--- a/build_files/cmake/cmake_consistency_check.py
+++ b/build_files/cmake/cmake_consistency_check.py
@@ -58,7 +58,7 @@ def replace_line(f, i, text, keep_indent=True):
def source_list(path, filename_check=None):
for dirpath, dirnames, filenames in os.walk(path):
- # skip '.svn'
+ # skip '.git'
if dirpath.startswith("."):
continue