backtick -C

2014-04-03 Thread Vallo Kallaste
Hi I noticed that backtick -C does not work for preceding spaces, but import -C does. Is it intentional? execlineb -Pc backtick -Cin A { s6-echo \ ASDF\ } import A s6-echo -n \${A} execlineb -Pc backtick -Cin A { s6-echo \ ASDF\ } import -C A s6-echo -n \${A} This isn't exactly related

Re: backtick -C

2014-04-03 Thread Laurent Bercot
On 04/03/2014 12:27 PM, Vallo Kallaste wrote: Hi I noticed that backtick -C does not work for preceding spaces, but import -C does. Is it intentional? -C | -c | -d | -s only make sense when backtick is performing the substitution itself, i.e. with the -E option (which is deprecated

Re: backtick -C

2014-04-03 Thread Vallo Kallaste
On Thu, Apr 03, 2014 at 02:54:12PM +0100, Laurent Bercot ska-skaw...@skarnet.org wrote: I noticed that backtick -C does not work for preceding spaces, but import -C does. Is it intentional? -C | -c | -d | -s only make sense when backtick is performing the substitution itself, i.e