Skip to content

Commit 33dc50c

Browse files
committed
another workaround on DOS
try to fix #1039
1 parent 60c3a69 commit 33dc50c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,8 @@ def _create_batch_scripts_initial(self):
13781378
rem if it it launched from another directory , we keep it that one echo %__CD__%
13791379
if not "%__CD__%\"=="%~dp0" set WINPYWORKDIR1="%__CD__%"
13801380
)
1381-
1381+
rem remove potential doublequote
1382+
set WINPYWORKDIR1=%WINPYWORKDIR1:"=%
13821383
rem remove some potential last \
13831384
if "%WINPYWORKDIR1:~-1%"=="\" set WINPYWORKDIR1=%WINPYWORKDIR1:~0,-1%
13841385

0 commit comments

Comments
 (0)