]> git.ipfire.org Git - thirdparty/git.git/commitdiff
vcbuild: fix batch file name in README
authorOrgad Shaneh <orgads@gmail.com>
Wed, 2 Sep 2020 20:18:20 +0000 (20:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Sep 2020 17:19:48 +0000 (10:19 -0700)
Signed-off-by: Orgad Shaneh <orgads@gmail.com>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/vcbuild/README

index 42292e7c098e23e61f5f7e602b46ddae335da9e9..51fb083dbbe213351bab20a4352013aa5a69a6dd 100644 (file)
@@ -26,8 +26,8 @@ The Steps to Build Git with VS2015 or VS2017 from the command line.
    Use ONE of the following forms which should match how you want to
    compile git.exe.
 
-   $ ./compat/vcbuild/vcpkg_copy_packages.bat debug
-   $ ./compat/vcbuild/vcpkg_copy_packages.bat release
+   $ ./compat/vcbuild/vcpkg_copy_dlls.bat debug
+   $ ./compat/vcbuild/vcpkg_copy_dlls.bat release
 
 3. Build git using MSVC from an SDK bash window using one of the
    following commands: