Closed ushicow closed 6 years ago
MPW Shell 0.4 # set X "`echo a`" echo a set X "a "
Carriage returns are converted to spaces in embedded commands. In bash, all extra trailing spaces are stripped. I'll verify that's what MPW does and update it.
https://github.com/ksherlock/mpw-shell/blob/9d4340b3ac06047071825e2869e3d289a4bd2211/mpw-shell-expand.rl#L160-L163
Fixed by commits on Nov 27, 2017 Thanks.