On Mar 17, 2001, Jim Meyering <[EMAIL PROTECTED]> 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                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to