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

Bug#57335: marked as done (apt: bashism in dselect methods script)



Your message dated Fri, 18 Feb 2000 22:40:45 -0700 (MST)
with message-id <Pine.LNX.3.96.1000218224027.15253F-100000@wakko.deltatee.com>
and subject line Fixed
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Feb 2000 10:55:20 +0000
Received: (qmail 23660 invoked from network); 8 Feb 2000 10:55:20 -0000
Received: from gw-nl4.philips.com (@192.68.44.36)
  by master.debian.org with SMTP; 8 Feb 2000 10:55:20 -0000
Received: from smtprelay-nl1.philips.com (localhost.philips.com [127.0.0.1])
          by gw-nl4.philips.com with ESMTP id LAA29516
          for <submit@bugs.debian.org>; Tue, 8 Feb 2000 11:55:14 +0100 (MET)
          (envelope-from kooij@pc47.mpn.cp.philips.com)
Received: from smtprelay-eur1.philips.com(130.139.36.3) by gw-nl4.philips.com via mwrap (4.0a)
	id xma029503; Tue, 8 Feb 00 11:55:14 +0100
Received: from pc47.mpn.cp.philips.com (pc47.mpn.cp.philips.com [130.139.64.47]) 
	by smtprelay-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id LAA19307
	for <submit@bugs.debian.org>; Tue, 8 Feb 2000 11:55:10 +0100 (MET)
Received: from kooij by pc47.mpn.cp.philips.com with local (Exim 3.12 #1 (Debian))
	id 12I8IS-0004I2-00; Tue, 08 Feb 2000 11:55:04 +0100
From: Joost Kooij <kooij@pc47.mpn.cp.philips.com>
Subject: apt: bashism in dselect methods script
To: submit@bugs.debian.org
X-Mailer: bug 3.2.9
Message-Id: <E12I8IS-0004I2-00@pc47.mpn.cp.philips.com>
Date: Tue, 08 Feb 2000 11:55:04 +0100

Package: apt
Version: 0.3.17
Severity: normal

Hi,

The file /usr/lib/dpkg/methods/apt/install declares itself to be
a #!/bin/sh interpreted script, yet uses syntactical forms not
supported by the Bourne Shell standard.

The culprit is on line 67 of the file:

  if [ "x$OLDLS" == "x$NEWLS" ]; then

Please change the above line into:

  if [ "x$OLDLS" = "x$NEWLS" ]; then

Thanks,


Joost


-- System Information
Debian Release: 2.2
Kernel Version: Linux pc47 2.2.13 #1 Thu Oct 21 01:06:08 CEST 1999 i686 unknown

Versions of the packages apt depends on:
ii  libc6          2.1.3-1        GNU C Library: Shared libraries and Timezone
ii  libstdc++2.10  2.95.2-5       The GNU stdc++ library
---------------------------------------
Received: (at 57335-done) by bugs.debian.org; 19 Feb 2000 05:39:54 +0000
Received: (qmail 15360 invoked from network); 19 Feb 2000 05:39:54 -0000
Received: from wakko.powersurfr.com (HELO wakko.deltatee.com) (mail@24.108.53.97)
  by master.debian.org with SMTP; 19 Feb 2000 05:39:54 -0000
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
	by wakko.deltatee.com with smtp (Exim 2.11 #1)
	id 12M2dJ-0004HG-00 (Debian); Fri, 18 Feb 2000 22:40:45 -0700
Date: Fri, 18 Feb 2000 22:40:45 -0700 (MST)
From: Jason Gunthorpe <jgg@ualberta.ca>
X-Sender: jgg@wakko.deltatee.com
To: 56855-done@bugs.debian.org, 57237-done@bugs.debian.org, 
    57216-done@bugs.debian.org, 57335-done@bugs.debian.org, 
    57772-done@bugs.debian.org, 57069-done@bugs.debian.org, 
    57331-done@bugs.debian.org, 57833-done@bugs.debian.org, 
    57896-done@bugs.debian.org
Subject: Fixed
Message-ID: <Pine.LNX.3.96.1000218224027.15253F-100000@wakko.deltatee.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


These are all fixed in the most recent release.

apt (0.3.18) frozen unstable; urgency=low
  
  * Changes in the postinst script. Closes: #56855, #57237
  * Fixed bashism. Closes: #57216, #57335
  * Doc updates. Closes: #57772, #57069, #57331, #57833, #57896
  
 -- Ben Gertzfield <che@debian.org>  Sun, 13 Feb 2000 01:52:31 -0800


Reply to: