On 11/24/17 3:17 AM, Martijn Dekker wrote:
> Here's another corner-case bug with assigning $* to a variable (i.e.:
> foo=$*). If IFS is empty, the $* expansion removes any $'\001' (^A) and
> $'\177' (DEL) characters. If IFS contains a value, each ^A and DEL
> character is prefixed by another $'\001'. If IFS is unset, the bug does
> not show up at all.

Thanks for the report. I'll fix this for the next version.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to