2
0
mirror of https://github.com/curl/curl.git synced 2025-04-24 16:40:32 +08:00

easyoptions: Fix header printing in generation script

The optiontable.pl script prints the header comment when generating
easyoptions.c, but it wasn't escaping all characters which jumbled the
curl ascii logo.  Fix by escaping.

Cloes 
This commit is contained in:
Daniel Gustafsson 2023-01-11 11:35:08 +01:00 committed by Daniel Stenberg
parent 2ed0e1f70e
commit 4579626c27
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 4 additions and 4 deletions

@ -1,9 +1,9 @@
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ | |
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* ___|___/|_| ______|
* \___|\___/|_| \_\_____|
*
* Copyright (C) Daniel Stenberg, <daniel.se>, et al.
*

@ -3,10 +3,10 @@
print <<HEAD
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* Project ___| | | | _ \\| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
* \\___|\\___/|_| \\_\\_____|
*
* Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
*