]> granicus.if.org Git - curl/commitdiff
buildconf.bat: Synchronise no repository error with generate.bat
authorSteve Holme <steve_holme@hotmail.com>
Thu, 6 Aug 2015 16:39:20 +0000 (17:39 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 6 Aug 2015 17:53:49 +0000 (18:53 +0100)
buildconf.bat

index 6a76006d9bdf363033392f4c674321aa332ddb8e..694737a942c11ec3e47a1b3d1435f44c7812be1b 100644 (file)
@@ -38,7 +38,8 @@ rem snapshot archives.
   rem Switch to this batch file's directory
   cd /d "%~0\.." 1>NUL 2>&1
 
-  if not exist GIT-INFO goto nogitinfo
+  rem Check we are running from a curl git repository
+  if not exist GIT-INFO goto norepo
 
   rem Set our variables
   setlocal
@@ -135,9 +136,9 @@ rem
   echo Error: Unknown argument '%1'
   goto error
 
-:nogitinfo
+:norepo
   echo.
-  echo ERROR: This file shall only be used with a curl git tree checkout.
+  echo Error: This batch file should only be used with a curl git repository
   goto error
 
 :error