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

Bug#366789: marked as done (bashism in tex-common.config: arith: syntax error "usercount++")



Your message dated Wed, 17 May 2006 10:17:09 -0700
with message-id <E1FgPe1-0002hr-OO@spohr.debian.org>
and subject line Bug#366789: fixed in tex-common 0.23
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: tex-common
Version: 0.22

tex-common.config failed by
/tmp/tex-common.config.82573: 163: arith: syntax error: "usercount++"

at line 121, there are
      : $((usercount++))
but it is bashism.

% bash
$ usercount=0
$ : $((usercount++))
$ exit
% dash
$ usercount=0
$ : $((usercount++))
dash: arith: syntax error: "usercount++"
$

I think it should be written as
	usercount=$(($usercount+1))

Regards,
Fumitoshi UKAI


--- End Message ---
--- Begin Message ---
Source: tex-common
Source-Version: 0.23

We believe that the bug you reported is fixed in the latest version of
tex-common, which is due to be installed in the Debian FTP archive:

tex-common_0.23.dsc
  to pool/main/t/tex-common/tex-common_0.23.dsc
tex-common_0.23.tar.gz
  to pool/main/t/tex-common/tex-common_0.23.tar.gz
tex-common_0.23_all.deb
  to pool/main/t/tex-common/tex-common_0.23_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 366789@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frank Küster <frank@debian.org> (supplier of updated tex-common package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 17 May 2006 18:56:32 +0200
Source: tex-common
Binary: tex-common
Architecture: source all
Version: 0.23
Distribution: unstable
Urgency: low
Maintainer: teTeX maintainers <debian-tetex-maint@lists.debian.org>
Changed-By: Frank Küster <frank@debian.org>
Description: 
 tex-common - Common infrastructure for using and building TeX in Debian
Closes: 354113 366789 366812 366858 366907 367162 367180 367183
Changes: 
 tex-common (0.23) unstable; urgency=low
 .
   * After the groupname question has been renamed, make sure that the new
     questions are not shown again when the old one has already been seen,
     and unregister the old question (closes: #366812) [frank]
   * Fix bashism in config (closes: #366789) [frank]
   * Fix our check for a working configuration in texmf.d, and write short
     information messages to stderr for the noninteractive frontend or for
     people who don't have a pencil (closes: #366907), thanks Ralf [frank]
   * Make sure the font cache directory is always world-writeable - we
     previously missed the case where apt-utils are installed in a buildd
     chroot (again closes: #354113, #366858) [frank]
   * Updated debconf translations: [frank]
     - Czech by Miroslav Kure <kurem@upcase.inf.upol.cz> (closes: #367162)
     - Danish by Claus Hindsgaul <claus.hindsgaul@gmail.com> (closes:
       #367180)
     - Italian by Luca Monducci <luca.mo@tiscali.it> (closes: #367183)
   * Debian TeX Policy:
     Remove last occurrences of obsolete TEXMFSITE.
Files: 
 3717ecdfa89ff0731d95db75104327ce 753 tex optional tex-common_0.23.dsc
 4c8f17fccc40a80574176c229462a1e5 302081 tex optional tex-common_0.23.tar.gz
 cd4c0d886238d0b462135828b9b5e759 284850 tex optional tex-common_0.23_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEa1cO+xs9YyJS+hoRAsPoAJ9z2VjINAnYf9oUfniOvUQp2uBpVwCeOBb3
S2E5/Z7ASvWlQNynO9rXAC4=
=f80a
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: