From 0541d3cc89af4d0d5ffc64db2fb1c3df060575ef Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Thu, 10 Apr 2008 07:39:45 +0200 Subject: [PATCH] Installer: Include ssh-keygen and ssh-keyscan in setup Users most likely expect that a complete set of ssh commands is available. The two ssh commands ssh-keygen and ssh-keyscan were missing from the installation. This is fixed. This commit also groups all ssh commands into a single line in the copy script. This should make future maintenance easier. Signed-off-by: Steffen Prohaska --- share/WinGit/copy-files.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/WinGit/copy-files.sh b/share/WinGit/copy-files.sh index d21fd54a46..fba230d836 100644 --- a/share/WinGit/copy-files.sh +++ b/share/WinGit/copy-files.sh @@ -35,11 +35,12 @@ 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,ln.exe,\ ls.exe,md5sum.exe,mkdir.exe,msys-1.0.dll,msysltdl-3.dll,mv.exe,patch.exe,\ patch.exe.manifest,perl.exe,printf,ps.exe,pwd,rm.exe,rmdir.exe,rxvt.exe,\ -scp.exe,sed.exe,sh.exe,sleep.exe,sort.exe,split.exe,ssh-agent.exe,ssh.exe,\ +scp.exe,sed.exe,sh.exe,sleep.exe,sort.exe,split.exe,\ +ssh-agent.exe,ssh.exe,ssh-add.exe,ssh-keygen.exe,ssh-keyscan.exe,\ tail.exe,tar.exe,tee.exe,touch.exe,tr.exe,true.exe,uname.exe,uniq.exe,vi,\ msys-perl5_8.dll,lib{apr,aprutil,expat,neon,z,svn}*.dll,\ msys-crypto-0.9.8.dll,msys-ssl-0.9.8.dll,msys-minires.dll,msys-z.dll,\ -openssl.exe,vim.exe,wc.exe,which,xargs.exe,ssh-add.exe,start} lib/engines/ \ +openssl.exe,vim.exe,wc.exe,which,xargs.exe,start} lib/engines/ \ ssl/ cmd/ lib/perl5/ share/git* \ share/vim/vimrc share/vim/vim58/{filetype.vim,ftoff.vim,menu.vim,optwin.vim,\ scripts.vim,syntax/c.vim,syntax/conf.vim,syntax/cpp.vim,syntax/gitcommit.vim,\ -- 2.11.4.GIT