bug-bash
[Top][All Lists]
Advanced

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

Re: Passing Information To A Function


From: Paul Jarc
Subject: Re: Passing Information To A Function
Date: Thu, 13 Dec 2001 17:15:52 -0500
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 (i386-redhat-linux-gnu)

"Chris F.A. Johnson" <chris@rogers.com> wrote:
>           xxx_var=( `eval echo \\${$1[@]}` )

Your unquoted [@] could be pathname-expanded to something different.
xxx_var=( $(eval "echo \${$1[@]}") )


paul



reply via email to

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