On Wed, Feb 8, 2012 at 3:31 PM, David Kastrup <d...@gnu.org> wrote:
> Julien Rioux <julien.ri...@gmail.com> 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

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to