[Bf-blender-cvs] [bd79d6067c6] master: make.bat: Fix missing quotes in python detection

Antonio Vazquez noreply at git.blender.org
Mon Sep 6 18:01:04 CEST 2021


Commit: bd79d6067c66fc079ea62b6cf11d7479ba8673eb
Author: Antonio Vazquez
Date:   Mon Sep 6 17:58:38 2021 +0200
Branches: master
https://developer.blender.org/rBbd79d6067c66fc079ea62b6cf11d7479ba8673eb

make.bat: Fix missing quotes in python detection

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

M	build_files/windows/icons.cmd

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

diff --git a/build_files/windows/icons.cmd b/build_files/windows/icons.cmd
index 473a40885a8..d51b27d8953 100644
--- a/build_files/windows/icons.cmd
+++ b/build_files/windows/icons.cmd
@@ -1,4 +1,4 @@
-if EXIST %PYTHON% (
+if EXIST "%PYTHON%" (
     goto detect_python_done
 )



More information about the Bf-blender-cvs mailing list