jsqsh
jsqsh copied to clipboard
Quoting and variable expansion happen in the wrong order
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