diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-02-12 23:48:54 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-02-12 23:48:54 -0500 |
commit | 464a1d03bd66be3ffcd11f88e05bca5c811c465e (patch) | |
tree | a9401cd1e5c9685de6657a307217e05139a5ca47 /projects | |
parent | 4ef6b2d6c60824d7c598a4ca8a70f0ef4fa3d443 (diff) | |
download | curl-464a1d03bd66be3ffcd11f88e05bca5c811c465e.tar.gz |
generate.bat: Fix comment bug by removing old comments
Remove NOTES section, it's no longer needed since we aren't setting the
errorlevel and more importantly the recently updated URL in the comments
is causing some unusual behavior that breaks the script.
Closes https://github.com/curl/curl/issues/649
Diffstat (limited to 'projects')
-rw-r--r-- | projects/generate.bat | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/projects/generate.bat b/projects/generate.bat index 2f7da8244..8209a5dd6 100644 --- a/projects/generate.bat +++ b/projects/generate.bat @@ -21,13 +21,6 @@ rem * KIND, either express or implied. rem * rem *************************************************************************** -rem NOTES -rem -rem Do not set %ERRORLEVEL% to anything. %ERRORLEVEL% is a special variable -rem that only contains errorlevel when %ERRORLEVEL% is not set. Same for %CD%. -rem https://blogs.msdn.microsoft.com/oldnewthing/20080926-00/?p=20743/ -rem If you need to set the errorlevel do this instead: CALL :seterr [#] - :begin rem Check we are running on a Windows NT derived OS if not "%OS%" == "Windows_NT" goto nodos |