autoconf-patches
[Top][All Lists]
Advanced

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

Re: Finish making zsh Bourne-compatible


From: Paul Jarc
Subject: Re: Finish making zsh Bourne-compatible
Date: Thu, 24 Jun 2004 01:25:53 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Noah Misch <address@hidden> wrote:
> echo "$a" $a "$b" $b "$c" $c

You might also add:
cat <<_ACEOF
$a $b $c
_ACEOF
This would show whether the unescaping is being done by echo (as is
the case with pdksh) or by the word parsing.


paul




reply via email to

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