From a1940a1faf9cd5050f457f04b8da8cd5b2de8eaf Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 18 Dec 2007 16:57:40 +0100 Subject: [PATCH] WinGit: Remove reference to cpio, as it does not exist anymore --- 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 5be1364e..ae19f70a 100644 --- a/share/WinGit/copy-files.sh +++ b/share/WinGit/copy-files.sh @@ -28,7 +28,7 @@ echo "Copying files" && mkdir -p doc/git/html && cd doc/git/html && git --git-dir=/doc/git/html/.git archive HEAD | tar xf -) && (cd / && tar cf - bin/{git*,awk,basename.exe,bash.exe,bunzip2,bzip2.exe,\ -cat.exe,chmod.exe,clear,cmp.exe,cp.exe,cpio,cut.exe,cvs.exe,date.exe,diff.exe,\ +cat.exe,chmod.exe,clear,cmp.exe,cp.exe,cut.exe,cvs.exe,date.exe,diff.exe,\ du.exe,echo,egrep,env.exe,expr.exe,false.exe,find.exe,gawk.exe,grep.exe,\ gunzip,gzip.exe,head.exe,id.exe,less.exe,libW11.dll,libperl.dll,ln.exe,\ ls.exe,md5sum.exe,mkdir.exe,msys-1.0.dll,msysltdl-3.dll,mv.exe,patch.exe,\ -- 2.11.4.GIT