diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2015-09-09 02:46:48 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2015-09-09 02:46:48 -0400 |
commit | e30763c72eed43630befccf0018e4801b620d6f3 (patch) | |
tree | 62f345c7fb6ff00d61401b04a471d4d2c7fc8333 /buildconf.bat | |
parent | 6a0bd6ce8b22127a84bffd4b8256e1433d254024 (diff) | |
download | curl-e30763c72eed43630befccf0018e4801b620d6f3.tar.gz |
buildconf.bat: fix syntax error
Diffstat (limited to 'buildconf.bat')
-rw-r--r-- | buildconf.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf.bat b/buildconf.bat index d83d04457..771aa6fba 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -189,7 +189,7 @@ rem del include\curl\curlbuild.h 2>NUL if exist include\curl\curlbuild.h ( exit /B 3 - /) + ) ) exit /B |