Re: [PATCH] quote arguments in xtrace output

2017-03-17 Thread Martijn Dekker
Op 28-02-17 om 04:39 schreef Martijn Dekker: > Op 28-02-17 om 00:17 schreef Martijn Dekker: >> Here is a version that does that, and removes '=' and '!' from the list >> of shell-safe characters. This should fix all the issues you were >> reporting, hopefully making the xtrace output completely

Re: [PATCH] quote arguments in xtrace output

2017-02-28 Thread Martijn Dekker
Op 28-02-17 om 00:17 schreef Martijn Dekker: > Op 27-02-17 om 21:08 schreef Martijn Dekker: >> Shell reserved words (a.k.a. shell keywords) such as "if" are harder to >> fix. The single_quote() routine, if told to quote conditionally, would >> have to iterate through the internal list of shell