[Bug 1441853] Re: dot.mkshrc robustness

2015-04-11 Thread Thorsten Glaser
• nothing to be done for prt.mkshrc (OBS home:mirabile/mksh) • nothing to be done for prt.mkshrc (DEB wtf-mksh) ‣ DEB mksh not checked • not much to be done for dot.mkshrc ‣ everything done that needed doing That leaves us with: • fix Android mkshrc – quote colon arguments – validate

Re: IFS set to backslash

2015-04-11 Thread Thorsten Glaser
Dixi quod… On Wed, 7 Jan 2015, Eduardo A. Bustamante López wrote: From POSIX, I think the ksh's are wrong in #9 and #10. # - code [ # input ] bash ksh93 mksh zsh bbsh bsh dash # 9 IFS=\\ read f; printf %s\\n $f # \ \\