automake
[Top][All Lists]
Advanced

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

Re: `missing' needs patch for Ultrix4.4


From: Alexandre Oliva
Subject: Re: `missing' needs patch for Ultrix4.4
Date: 19 Mar 2001 01:11:57 -0300
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

On Mar 17, 2001, Jim Meyering <address@hidden> wrote:

>         * missing (--run): Use `eval' to run `"$@"'.  Otherwise, Ultrix4.4's
>         /bin/sh fails and outputs garbage.

Won't this evaluate the arguments one too many times?

How about:

prog=$1
shift
$prog ${1+"$@"} && exit 0

?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

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