From 5c89555cf58a4212bc1d6528354ecc22d083d5bc Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 16 Dec 2008 00:05:42 +0100 Subject: [PATCH] WinGit installer: correct hint how to force CRLF onto html pages Signed-off-by: Johannes Schindelin --- share/WinGit/copy-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/WinGit/copy-files.sh b/share/WinGit/copy-files.sh index 04a68768..d3232400 100644 --- a/share/WinGit/copy-files.sh +++ b/share/WinGit/copy-files.sh @@ -13,7 +13,7 @@ then echo "Hint: fix this by" echo " cd /doc/git/html" echo " git config core.autocrlf true" - echo " rm *.html *.txt howto" + echo " rm -r *.html *.txt howto" echo " git checkout -f" exit 1 fi -- 2.11.4.GIT