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

check_spaces_in_path.cmd « windows « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e9300ae6d5271765b9464ccfb5e2030aebc610d (plain)
1
2
3
4
5
6
set BLENDER_DIR_NOSPACES=%BLENDER_DIR: =%

if not "%BLENDER_DIR%"=="%BLENDER_DIR_NOSPACES%" (
	echo There are spaces detected in the build path "%BLENDER_DIR%", this is currently not supported, exiting....
	exit /b 1
)