From ce1a266c05f8aa6e1e0072558eac287fe70cf962 Mon Sep 17 00:00:00 2001 From: Marc Schlaich Date: Mon, 25 Feb 2013 11:27:40 +0100 Subject: [PATCH] build: fix misleading vcbuild.bat error message --- vcbuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcbuild.bat b/vcbuild.bat index 5864a3a9..aa8a757c 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -77,7 +77,7 @@ if errorlevel 1 goto gyp_install_failed goto have_gyp :gyp_install_failed -echo Failed to download gyp. Make sure you have subversion installed, or +echo Failed to download gyp. Make sure you have git installed, or echo manually install gyp into %~dp0build\gyp. goto exit