[Interest] QMAKE_DEFAULT_INCDIRS = "/opt/local/include /usr/include" and building QtWebengine

René J. V. Bertin rjvbertin at gmail.com
Sat Jun 25 20:04:30 CEST 2016


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




More information about the Interest mailing list