[Bf-blender-cvs] [10f3b49026a] blender2.7: Make.bat: Fix sub-module detection

Ray Molenkamp noreply at git.blender.org
Sat Feb 23 04:50:04 CET 2019


Commit: 10f3b49026a5a6d9c1d3e53f429f3076eb6effdb
Author: Ray Molenkamp
Date:   Fri Feb 22 20:02:45 2019 -0700
Branches: blender2.7
https://developer.blender.org/rB10f3b49026a5a6d9c1d3e53f429f3076eb6effdb

Make.bat: Fix sub-module detection

===================================================================

M	build_files/windows/check_submodules.cmd

===================================================================

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



More information about the Bf-blender-cvs mailing list