8000 Merge pull request #1043 from stonebig/master · winpython/winpython@0c7669a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c7669a

Browse files
authored
Merge pull request #1043 from stonebig/master
another workaround on DOS
2 parents 8fbc9f9 + 33dc50c commit 0c7669a

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)
0