bug-autoconf
[Top][All Lists]
Advanced

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

Re: CVS autoconf full testsuite failure under Tru64


From: Nicolas Joly
Subject: Re: CVS autoconf full testsuite failure under Tru64
Date: Wed, 29 Aug 2001 11:34:17 +0200
User-agent: Mutt/1.2.5i

On Wed, Aug 29, 2001 at 11:13:28AM +0200, Akim Demaille wrote:
> You must be kidding!!!  Am I understanding they don't support
> backquotes in non quoted heredocs?

No, your example works, but ...

> ~/src/ace % cat <<eof                                            nostromo 
> 11:12
> heredoc> `echo hello world`
> heredoc> `grep Nicolas ChangeLog`
> heredoc> eof
> hello world
>         Reported by Nicolas Joly.
>         Reported by Nicolas Joly.
>         From Nicolas Joly.
>         Reported by Nicolas Joly.
>         Reported by Nicolas Joly.
> 2001-06-18  Nicolas Joly  <address@hidden>

address@hidden [temp/autoconf]> /bin/sh
$ echo `cat<<eof
> FOOBAR
> eof`
/tmp/sh936101: cannot open

$ echo `cat<<\eof
> FOOBAR
> eof`
FOOBAR

-- 
Nicolas Joly

Informatique Scientifique
Institut Pasteur, Paris.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]