Thiago Macieira wrote: > On sexta-feira, 24 de junho de 2016 12:59:13 PDT René J. V. Bertin wrote: >> - echo `echo "$1" | sed 's,^[^ ]* .*$,"&",'` >> + echo `echo $@ | sed 's,^[^ ]* .*$,&,'` > > This has no effect on your issue and in fact makes it worse. > > Previously, shellQuoteLines * printed *. Now it prints the list of files.
Hmm, indeed, but apparently that issue is moot for me. Putting the expression in a shell script I do not manage to get it to print *, with neither form. Except when I wrap the line with set -f / set +f to turn of globbing temporarily. R _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest