From 067eb03194eec83474faee79c6d229c7fca10ffc Mon Sep 17 00:00:00 2001 From: "TAKANO Sho / @masaru_b_cl" Date: Mon, 25 Jun 2012 16:18:31 +0900 Subject: [PATCH] fixed bug : changing condition of shFlags existance. --- contrib/msysgit-install.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/msysgit-install.cmd b/contrib/msysgit-install.cmd index 27a9fc2..77d958b 100644 --- a/contrib/msysgit-install.cmd +++ b/contrib/msysgit-install.cmd @@ -7,7 +7,7 @@ echo set HOME variable set HOME=%UserProfile% :makedir -if exist %HOME%\bin goto :copyshflags +if not exist %HOME%\bin goto :copyshflags echo make bin folder mkdir %HOME%\bin @@ -20,4 +20,4 @@ echo copy shFlags copy %STARTUP_PATH%..\shFlags\src\shflags %MSYS_BIN%\gitnow-shFlags :copygitnow -xcopy /EXCLUDE:%STARTUP_PATH%exclude.txt /D %STARTUP_PATH%..\* %MSYS_BIN% +xcopy /EXCLUDE:%STARTUP_PATH%exclude.txt /D /Y %STARTUP_PATH%..\* %MSYS_BIN%