[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] monotone-viz workaround for a bug in recent graphvi
From: |
Thomas Moschny |
Subject: |
Re: [Monotone-devel] monotone-viz workaround for a bug in recent graphvizs |
Date: |
Wed, 7 Jul 2010 09:23:25 +0200 |
Francis Russell <address@hidden>:
> Just one thing, is there any particular reason why the patch changes
> the shell dot runs under to bash?
The shell is only used in debug mode ('if Viz_misc.debug "dot"').
Otherwise, dot is called directly. And the 'pipefail' option is
probably not supported by (any) sh, but it is by bash.
> Also, if you do decide to commit it, could you please propagate to the
> new-stdio branch as well?
Sure.
Regards,
Thomas