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:
Diffstat (limited to 'build_files')
-rw-r--r--build_files/windows/check_submodules.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/windows/check_submodules.cmd b/build_files/windows/check_submodules.cmd
index c0c64148dd7..cab8ff4f71d 100644
--- a/build_files/windows/check_submodules.cmd
+++ b/build_files/windows/check_submodules.cmd
@@ -1,4 +1,4 @@
-if NOT exist "%BLENDER_DIR%/source/tools" (
+if NOT exist "%BLENDER_DIR%\source\tools\.git" (
echo Checking out sub-modules
if not "%GIT%" == "" (
"%GIT%" submodule update --init --recursive --progress