[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch: missing --run makeinfo
From: |
Alexandre Oliva |
Subject: |
Re: Patch: missing --run makeinfo |
Date: |
11 Jul 2001 08:31:15 -0300 |
User-agent: |
Gnus/5.090003 (Oort Gnus v0.03) XEmacs/21.4 (Academic Rigor) |
On Jul 4, 2001, Tom Tromey <address@hidden> wrote:
> - if test -z "$run" && sh -c 'makeinfo --version > /dev/null 2>&1'; then
> + if test -z "$run" && (makeinfo --version > /dev/null 2>&1); then
Just one more nit: is the point of redirecting stdout and stderr of
makeinfo to not get an error in case makeinfo isn't available? If
this is the case, the redirections should go outside the parentheses.
--
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