Re: [PATCH] quote empties

2018-03-17 Thread Thorsten Glaser
Hoi Martijn, >Here's a patch. Indeed. Thanks, applied. I’ll look at your other and Stéphane’s bugreport once I’m over the current edition of the “common cold” ☹ Much appreciated, //mirabilos -- (gnutls can also be used, but if you are compiling lynx for your own use, there is no reason to cons

[PATCH] quote empties

2018-03-17 Thread Martijn Dekker
$ mksh -c 'trap "" CONT; trap' trap -- CONT That is not "suitable for re-entry into the shell". Empties must be quoted, or they disappear. Expected output: trap -- '' CONT Here's a patch. Index: misc.c === RCS file: /cvs/src/bin/m