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.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to