]> granicus.if.org Git - curl/commit
mkhelp: Remove trailing carriage return from every line of input
authorJay Satiro <raysatiro@yahoo.com>
Wed, 18 Mar 2015 05:44:48 +0000 (01:44 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 18 Mar 2015 12:48:36 +0000 (13:48 +0100)
commit28de58504ecb0e8651741a1a55943108b56048bd
tree7717c51f2742433a5ada9d3dd5dbf11f96c7338e
parent7e16aa936f148235882a651c9800adde1aa3775d
mkhelp: Remove trailing carriage return from every line of input

- Get rid of this flood of warnings in Windows mingw build:
warning: missing terminating " character

The warning is due to the carriage return. When msysgit checks out files
from the repo by default it converts the line endings to CRLF. Prior to
this change when mkhelp.pl processed the MANUAL and curl.1 in CRLF
format the trailing carriage returns caused unnecessary CR in the
output.
src/mkhelp.pl