We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fbc9f9 + 33dc50c commit 0c7669aCopy full SHA for 0c7669a
make.py
@@ -1378,7 +1378,8 @@ def _create_batch_scripts_initial(self):
1378
rem if it it launched from another directory , we keep it that one echo %__CD__%
1379
if not "%__CD__%\"=="%~dp0" set WINPYWORKDIR1="%__CD__%"
1380
)
1381
-
+rem remove potential doublequote
1382
+set WINPYWORKDIR1=%WINPYWORKDIR1:"=%
1383
rem remove some potential last \
1384
if "%WINPYWORKDIR1:~-1%"=="\" set WINPYWORKDIR1=%WINPYWORKDIR1:~0,-1%
1385
0 commit comments