From f07fa85bc720294480ae8edd9b7a8e34350d99f0 Mon Sep 17 00:00:00 2001
From: Ivo Bellin Salarin <ibellinsalarin@cegid.fr>
Date: Tue, 6 May 2014 09:30:44 +0200
Subject: [PATCH] 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(-)

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 <compiler> <platform> [configuration] [directory]
+  echo Usage: build-openssl ^<compiler^> ^<platform^> [configuration] [directory]
   echo.
   echo Compiler:
   echo.
-- 
GitLab