Comment 5 for bug 1288031

Revision history for this message
JuanJo Ciarlante (jjo) wrote :

FTR the issue is _quote_readline_by_ref expanding an empty var to '', see:

$ _quote_readline_by_ref '' foo
$ echo $foo
''

Above MP adds a special case to avoid quoting if empty.