From f07fa85bc720294480ae8edd9b7a8e34350d99f0 Mon Sep 17 00:00:00 2001 From: Ivo Bellin Salarin Date: Tue, 6 May 2014 09:30:44 +0200 Subject: 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. --- projects/build-openssl.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/build-openssl.bat') diff --git a/projects/build-openssl.bat b/projects/build-openssl.bat index 6bbe5372b..e0019cdb7 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. -- cgit v1.2.3