jsqsh icon indicating copy to clipboard operation
jsqsh copied to clipboard

Quoting and variable expansion happen in the wrong order

Open scgray opened this issue 8 years ago • 0 comments

The following should happen:

1> \set x='"'
2> \echo $x
"

however, what actually happens is:

1> \set x='"'
2> \echo $x
Did not find a matching closing double quote

scgray avatar Feb 10 '17 17:02 scgray