# HG changeset patch # User Ludovic Chabant # Date 1488086532 28800 # Node ID 5ae26582454e814f977ca692b68fc6aa003af28e # Parent 8b2403eec572c595fd8e7a13880a46dd335fe7c9 Fix Windows install script error. diff -r 8b2403eec572 -r 5ae26582454e install.cmd --- a/install.cmd Sun Feb 19 20:58:12 2017 -0800 +++ b/install.cmd Sat Feb 25 21:22:12 2017 -0800 @@ -65,5 +65,5 @@ if not exist "%appdata%\Console" mkdir "%appdata%\Console" copy "%CWD%console.xml" "%appdata%\Console\console.xml" -setx GIT_SSH=%USERPROFILE%\Dropbox\Utilities\plink.exe +setx GIT_SSH %USERPROFILE%\Dropbox\Utilities\plink.exe