We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 652dbb7 + 4c295c3 commit d77fb5dCopy full SHA for d77fb5d
make.py
@@ -1376,8 +1376,8 @@ def _create_batch_scripts_initial(self):
1376
)
1377
1378
) else (
1379
-rem if it it launched from another directory , we keep it that one echo %__CD__%
1380
-if not "%__CD__%\"=="%~dp0" set WINPYWORKDIR1="%__CD__%"
+rem if it is launched from another directory , we keep it that one echo %__CD__%
+if not "%__CD__%"=="%~dp0" set WINPYWORKDIR1="%__CD__%"
1381
1382
rem remove potential doublequote
1383
set WINPYWORKDIR1=%WINPYWORKDIR1:"=%
0 commit comments