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:28:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

"Phil Holmes" <address@hidden> writes:

> ----- Original Message ----- 
> From: "Julien Rioux" <address@hidden>
> To: "Phil Holmes" <address@hidden>
>> 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



reply via email to

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