On 12/19/06, André Detsch <[EMAIL PROTECTED]> wrote:
> Instead of:
> function Verbose() { "$@" 1>&$verboseFD 2>&$verboseFD ;}
>
> maybe we should have
> function Verbose() { "$@" 1>&$verboseFD ;}
>
> Although the stdout of, say, aunpack operations should not be always
> shown, the stderr typically provides useful information (usually more
> than the ours 'Die "Error doing X"').

My suggestion is to give it a try for a while in your local copy, and
see if the output looks okay. If all looks good, then feel free to
commit.

-- Hisham
_______________________________________________
gobolinux-devel mailing list
[email protected]
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to