tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: recent x changes, solaris compiler-options-with-spaces,



On Wed, Jun 06, 2012 at 08:57:39AM +0700, Robert Elz wrote:
>     Date:        Tue, 5 Jun 2012 20:19:59 +0100
>     From:        David Laight <david%l8s.co.uk@localhost>
>     Message-ID:  <20120605191959.GB22777%snowdrop.l8s.co.uk@localhost>
> 
>   | or just:
>   | as_tr_sh="eval tr -c '$as_cr_alnum' '_'"
> 
> That works just fine.

Ok that means that whatever as_echo expands to either doesn't
work on netbsd, or never works.
The thing to do is work out what happens at the top on the
script when that is generated - and make sure a sane 'echo'
is used.

NFI why the config script keeps using:
        foo=`echo bar baz`
instead of:
        foo="bar baz"
apart from making it slow and broken:-)

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index