[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#246821: tetex-extra: Typo error in /usr/share/bug/tetex-extra



On 01.05.04 Yannick (yannick.roehlly@free.fr) wrote:

Hi!

> When reporting a bug for tetex-extra, I noticed that the
> /usr/share/bug/tetex-extra script complains about:
> 
>  ./tetex-extra.orig: line 54: syntax error near unexpected token `&'
>  ./tetex-extra.orig: line 54: `  echo > &3'
> 
> I think this can be corrected by changing:
> 
> --- tetex-extra.orig    2004-05-01 15:53:51.000000000 +0200
> +++ tetex-extra 2004-05-01 15:54:25.000000000 +0200
> @@ -51,7 +51,7 @@
>  echo >&3
>  for file in $ls_R_files; do
>    ls -l $file >&3
> -  echo > &3
> +  echo >&3
>    cat $file >&3
>    echo "######################################" >&3
>  done
> 
> Please, note that this script mess up the bug reporting operation
> using debian-bug (provided by debian-el) from within emacs.
> 
Short question. Does the script mess up the bug reporting operation
using debian-bug (provided by debian-el) because of that bug or does
that even occur after applying the patch?
Patch is applied in out CVS.

H. 
-- 
sigmentation fault



Reply to: