build-openssl.bat: Corrected use of angled brackets in help output
authorIvo Bellin Salarin <ibellinsalarin@cegid.fr>
Tue, 6 May 2014 07:30:44 +0000 (09:30 +0200)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 6 May 2014 12:48:00 +0000 (13:48 +0100)
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

index 6bbe537..e0019cd 100644 (file)
@@ -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]\r
   echo.
   echo Compiler:
   echo.