From 520944d7a0fd452be1f70e79641936395863d0cc Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 29 Dec 2009 12:49:09 +0100 Subject: [PATCH] Add hd2u as dos2unix to the distribution --- share/WinGit/copy-files.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/share/WinGit/copy-files.sh b/share/WinGit/copy-files.sh index f591f322..540e42c3 100644 --- a/share/WinGit/copy-files.sh +++ b/share/WinGit/copy-files.sh @@ -74,6 +74,7 @@ fi && bin/*{libcurl,libcrypto,libssl,libgsasl,libiconv}* \ lib/{tcl,tk,dde,reg}* libexec/gnupg/) | tar xf - && +cp /mingw/bin/hd2u.exe bin/dos2unix.exe && md5sum /bin/msys-1.0.dll > etc/msys-1.0.dll.md5 && strip bin/{[a-fh-z],g[a-oq-z]}*.exe libexec/git-core/*.exe && cp /git/contrib/completion/git-completion.bash etc/ && -- 2.11.4.GIT