"Phil Holmes" <m...@philholmes.net> writes:

> ----- Original Message ----- 
> From: "Julien Rioux" <julien.ri...@gmail.com>
> To: "Phil Holmes" <m...@philholmes.net>
>> Yes, the DEPTH=... confuses bash, so eval is needed. Please try
>> something like the attached though. It removes all the exec stuff and
>> will be much easier to understand for future contributors. The exec
>> stuff is needed only for complex redirection, for example if you
>> wanted stderr to appear both on the terminal and in the log file. But
>> currently we just redirect both stdout and stderr to the log file, and
>> this scenario does not need complex exec stuff.
>>
>> Regards,
>> Julien
>
> eval $1 >& $2

What is >& $2 supposed to be?

-- 
David Kastrup

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

Reply via email to