[Bf-blender-cvs] [bae880dc9ee] master: make.bat/cleanup: removed stray echo in make.bat

Ray Molenkamp noreply at git.blender.org
Sat May 26 01:59:12 CEST 2018


Commit: bae880dc9ee5c6333c9baa12a25423e0451abb4e
Author: Ray Molenkamp
Date:   Fri May 25 17:59:07 2018 -0600
Branches: master
https://developer.blender.org/rBbae880dc9ee5c6333c9baa12a25423e0451abb4e

make.bat/cleanup: removed stray echo in make.bat

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

M	make.bat

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

diff --git a/make.bat b/make.bat
index fc5450c873d..ee65f4ad6c1 100644
--- a/make.bat
+++ b/make.bat
@@ -58,5 +58,4 @@ if errorlevel 1 goto EOF
 call "%BLENDER_DIR%\build_files\windows\build_msbuild.cmd" 
 if errorlevel 1 goto EOF
 
-:EOF
-echo make2 done
+:EOF
\ No newline at end of file



More information about the Bf-blender-cvs mailing list