From b460ee2845d8c4933b6d286d7d055210d0324919 Mon Sep 17 00:00:00 2001 From: Dave Hunt Date: Wed, 4 Apr 2012 12:01:16 +0100 Subject: [PATCH] Set the HOME environment variable to the current directory instead of the directory of the Mozmill environment. --- windows/templates/run.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/templates/run.cmd b/windows/templates/run.cmd index 31182fa..d97e4e8 100755 --- a/windows/templates/run.cmd +++ b/windows/templates/run.cmd @@ -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