Re: Possibly incorrect parsing of double doublequotes

2011-05-11 Thread Chet Ramey
On 5/9/11 8:06 PM, Mårten Wikström wrote: >> Bash Version: 4.2 >> Patch Level: 8 >> Release Status: release >> >> Description: >>When parsing double double-quotes (i.e. ) it will be replaced by >> the >>value 0x7f, if there are characters before or after it. In bash 4.1 >> em

Re: Possibly incorrect parsing of double doublequotes

2011-05-11 Thread Mårten Wikström
2011/5/11 Chet Ramey : > On 5/9/11 8:06 PM, Mårten Wikström wrote: > >> There are two problems/solutions here. The comment in the code above >> seems to indicate that the quotes should actually be thrown away as is >> done in 4.1. But on the other hand, word_list_remove_quoted_nulls() >> seems to i