Update gitmoudles to correct path \->/
[gitbuild.git] / create_command.bat
blob60133f234987d566d243cc4ce4a0db672995ef04
1 setlocal 
2 set tools=%CD%\tools
3 echo %tools%
4 set path=%tools%
5 cd ext\git
6 sh generate-cmdlist.sh > common-cmds.h
7 cd ..\..
8 endlocal