Op 03-08-17 om 18:00 schreef Martijn Dekker: > I found a problem with the shell's generation of C-style shell-quoted > strings ($'...'). > > % testvar=$'one\\two\n' > breedzicht% set|grep ^testvar > testvar=$'one\two\n' > > The backslash is not escaped properly. A simple fix is attached. - M.