lilypond-devel
[Top][All Lists]
Advanced

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

Re: Directs makeinfo and texi2html output to logfiles (issue 5645046)


From: David Kastrup
Subject: Re: Directs makeinfo and texi2html output to logfiles (issue 5645046)
Date: Wed, 08 Feb 2012 15:31:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Julien Rioux <address@hidden> writes:

> I guess I made a typo and it should be
> eval $1 &> $2                        # Redirect both stdout and stderr
> to log file.
>
> but apparently my version of bash understands either &> or >&, and it
> works perfectly:

Please refrain from entirely unneeded bashisms as they make it harder to
understand the code for others.

eval $1 > $2 2>&1

works on every Bourne shell.

-- 
David Kastrup



reply via email to

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