From 0d058afe0926713fcbb4ce3718400922f5050da7 Mon Sep 17 00:00:00 2001 From: joshvera Date: Fri, 6 Feb 2015 17:55:18 -0500 Subject: [PATCH] Strip quotes and copy the right exe --- script/install.bat.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/install.bat.example b/script/install.bat.example index dd352a55..5d8b7185 100644 --- a/script/install.bat.example +++ b/script/install.bat.example @@ -3,8 +3,9 @@ mkdir %HAWSER_BIN_PATH% del %HAWSER_BIN_PATH%\git-hawser* -xcopy /s git-hawser %HAWSER_BIN_PATH%\git-hawser +xcopy /s git-hawser.exe %HAWSER_BIN_PATH%\git-hawser.exe -setx PATH "%PATH%;%HAWSER_BIN_PATH%" /M +set PATH "%PATH%%HAWSER_BIN_PATH:"=%" +setx PATH "%PATH%%HAWSER_BIN_PATH:"=%" /M git hawser init