Bug#289845: xdvizilla: subtle syntax error.

2005-01-11 Thread Javier Fernández-Sanguino Peña
On Tue, Jan 11, 2005 at 03:55:44PM +0100, Frank Küster wrote: > > According to the bash (and ksh) manual, group commands must be terminated > > by `;' or newline. > > Thanks for pointing that out, you are right that there is an error in > the last patch to xdvizilla. Yep. My patch was broken, n

Bug#289845: xdvizilla: subtle syntax error.

2005-01-11 Thread g . bonacci
On Tue, Jan 11, 2005 at 03:55:44PM +0100, Frank Küster wrote: > > Is there a specific reason why you chose the reformatting, instead of > just adding a `;' before the closing parenthesis? Or is it just the > overlong lines? > You caught me! That's exactly because my xterms are 80 columns wide. ;

Bug#289845: xdvizilla: subtle syntax error.

2005-01-11 Thread Frank Küster
giuseppe bonacci <[EMAIL PROTECTED]> wrote: > Package: tetex-bin > Version: 2.0.2-25 > Severity: normal > Tags: patch > > > According to the bash (and ksh) manual, group commands must be terminated > by `;' or newline. Thanks for pointing that out, you are right that there is an error in the la

Bug#289845: xdvizilla: subtle syntax error.

2005-01-11 Thread giuseppe bonacci
Package: tetex-bin Version: 2.0.2-25 Severity: normal Tags: patch According to the bash (and ksh) manual, group commands must be terminated by `;' or newline. In { echo } } } } ; } the first four '}'s are passed to echo as parameters, instead of closing the block. Currently, /usr/bin/xdvizi