Set the HOME environment variable to the current directory instead of the directory of the Mozmill environment.

This commit is contained in:
Dave Hunt 2012-04-04 12:01:16 +01:00
Родитель b99453d91d
Коммит b460ee2845
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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