Set the HOME environment variable to the current directory instead of the directory of the Mozmill environment.
This commit is contained in:
Родитель
b99453d91d
Коммит
b460ee2845
|
@ -10,7 +10,7 @@ SET PATH=%PATH%;%ENV%\\python\\;%ENV%\\python\\Scripts
|
|||
SET PYTHONPATH=%ENV%\\python\\Lib
|
||||
SET PYTHONUNBUFFERED=1
|
||||
|
||||
SET HOME=%ENV%
|
||||
SET HOME=%CD%
|
||||
|
||||
IF %1!==! goto interactive
|
||||
REM MSYS cannot handle backslashes. So we have to replace all of them with slashes
|
||||
|
|
Загрузка…
Ссылка в новой задаче