From: Ivo Bellin Salarin Date: Tue, 6 May 2014 07:30:44 +0000 (+0200) Subject: build-openssl.bat: Corrected use of angled brackets in help output X-Git-Tag: curl-7_37_0~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f07fa85bc720294480ae8edd9b7a8e34350d99f0;p=thirdparty%2Fcurl.git build-openssl.bat: Corrected use of angled brackets in help output Angled brackets were used in the help output to indicate that the compiler and platform arguments are mandatory. Unfortunately this caused a "< was unexpected at this time" error as the characters are interpreted as re-direction characters when not escaped. --- diff --git a/projects/build-openssl.bat b/projects/build-openssl.bat index 6bbe5372b8..e0019cdb71 100644 --- a/projects/build-openssl.bat +++ b/projects/build-openssl.bat @@ -254,7 +254,7 @@ rem *************************************************************************** :syntax rem Display the help echo. - echo Usage: build-openssl [configuration] [directory] + echo Usage: build-openssl ^ ^ [configuration] [directory] echo. echo Compiler: echo.