Bug#496072: Proposed patch

2008-09-06 Thread Sebastian Harl
Hi, On Fri, Sep 05, 2008 at 10:49:09PM +0200, Michael Tautschnig wrote: Index: trunk/bin/fai-do-scripts === --- trunk.orig/bin/fai-do-scripts +++ trunk/bin/fai-do-scripts @@ -86,7 +86,7 @@ # may be remove some day

Bug#496072: Proposed patch

2008-09-06 Thread Holger Levsen
Hi, On Saturday 06 September 2008 11:37, Sebastian Harl wrote: As this variable may be set by the user, I'd rather fix this in a more flexible way and introduce some function is_true which checks for the following: Seems reasonable. regards, Holger pgp9W1tnh3Oyl.pgp Description:

Bug#496072: Proposed patch

2008-09-05 Thread Michael Tautschnig
tags 496072 + patch thanks The attached patch fixes this problem. It's a bash script, so this should definitely work, at least it does so here. Best, Michael 2008-09-05 Michael Tautschnig [EMAIL PROTECTED] * bin/fai-do-scripts: Replace [ $debug ] by [ 0$debug -ge 1 ] to enable