changeset 378:5ae26582454e

Fix Windows install script error.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 25 Feb 2017 21:22:12 -0800
parents 8b2403eec572
children 58410650ce36
files install.cmd
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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