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: Julien Rioux
Subject: Re: Directs makeinfo and texi2html output to logfiles (issue 5645046)
Date: Wed, 8 Feb 2012 15:37:30 +0100

On Wed, Feb 8, 2012 at 3:31 PM, David Kastrup <address@hidden> wrote:
> 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

Let's go with that then.
Regards,
Julien



reply via email to

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