remove unncessary setting of $HOME env var which causes other issues elsewhere.

This commit is contained in:
Yun Zhi Lin 2017-03-20 08:45:24 +11:00
parent 0815ecccd5
commit 00be33836b

View File

@ -26,6 +26,5 @@
"bin\\ssh-keygen.exe", "bin\\ssh-keygen.exe",
"bin\\ssh-keyscan.exe", "bin\\ssh-keyscan.exe",
"bin\\ssh.exe" "bin\\ssh.exe"
], ]
"env_set": { "home": "$home" }
} }