Your message dated Thu, 17 May 2001 12:13:23 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in csh 20010413-1
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; 16 May 2001 14:26:22 +0000
>From [EMAIL PROTECTED] Wed May 16 09:26:22 2001
Return-path: <[EMAIL PROTECTED]>
Received: from ztxmail03.ztx.compaq.com [161.114.1.207] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 1502Fq-0005ZW-00; Wed, 16 May 2001 09:26:22 -0500
Received: by ztxmail03.ztx.compaq.com (Postfix, from userid 12345)
        id 24715227F; Wed, 16 May 2001 09:25:51 -0500 (CDT)
Received: from exchou-gh04.cca.cpqcorp.net (exchou-gh04.cca.cpqcorp.net 
[16.110.248.205])
        by ztxmail03.ztx.compaq.com (Postfix) with ESMTP id 00F4621F3
        for <[EMAIL PROTECTED]>; Wed, 16 May 2001 09:25:50 -0500 (CDT)
Received: by exchou-gh04.cca.cpqcorp.net with Internet Mail Service 
(5.5.2652.78)
        id <K08KN6XM>; Wed, 16 May 2001 09:25:50 -0500
Message-ID: <[EMAIL PROTECTED]>
From: "Menard, Lorri" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Problem with csh and "set"
Date: Wed, 16 May 2001 09:25:43 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2652.78)
content-class: urn:content-classes:message
Content-Type: text/plain;
        charset="iso-8859-1"
Delivered-To: [EMAIL PROTECTED]


Package:  csh
Version: 5.26-10

Debian Version: 2.2r3
Kernel: 2.2.17


        Our test system makes strong use of the "set" command to get a
list of files to test against.  Using our previous version of Debian,
Debian 2.1, this worked quite nicely.  Using this construct on other
Linux distributions, or on Unix, works.  However, I have been unable to
run our test suite on Debian since I had our test system upgraded to
Debian 2.2.

        set args = (*.f  *.f90 *.for *.of* *.F *.F90)
        ...
        foreach i ($args)
            <do the test>


        It appears that if the shell can't match one of these file
specifications then it fails the whole command, resulting in "args"
containing no filenames.

        Thank you for your time in looking at this,

                - Lorri Menard
                      Compaq Fortran development

---------------------------------------
Received: (at 97684-done) by bugs.debian.org; 17 May 2001 10:13:26 +0000
>From [EMAIL PROTECTED] Thu May 17 05:13:26 2001
Return-path: <[EMAIL PROTECTED]>
Received: from jagor.srce.hr [161.53.2.130] (mvela)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 150Kmc-0008Iq-00; Thu, 17 May 2001 05:13:26 -0500
Received: (from [EMAIL PROTECTED])
        by jagor.srce.hr (8.9.0/8.9.0) id MAA08228
        for [EMAIL PROTECTED]; Thu, 17 May 2001 12:13:23 +0200 (MET DST)
Date: Thu, 17 May 2001 12:13:23 +0200
From: Matej Vela <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Fixed in csh 20010413-1
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95i
In-Reply-To: <[EMAIL PROTECTED]>; from Menard, Lorri on Wed, May 16, 2001 at 
09:25:43AM -0500
Delivered-To: [EMAIL PROTECTED]

On Wed, May 16, 2001 at 09:25:43AM -0500, Menard, Lorri wrote:
> Package: csh
> Version: 5.26-10
> 
> Debian Version: 2.2r3
> Kernel: 2.2.17
> 
>       Our test system makes strong use of the "set" command to get a
> list of files to test against.  Using our previous version of Debian,
> Debian 2.1, this worked quite nicely.  Using this construct on other
> Linux distributions, or on Unix, works.  However, I have been unable to
> run our test suite on Debian since I had our test system upgraded to
> Debian 2.2.
> 
>       set args = (*.f  *.f90 *.for *.of* *.F *.F90)
>       ...
>       foreach i ($args)
>           <do the test>
> 
>       It appears that if the shell can't match one of these file
> specifications then it fails the whole command, resulting in "args"
> containing no filenames.

This has been fixed in csh 20010413-1 (cf. Bug#88780), available at
<http://packages.debian.org/unstable/shells/csh.html>.


Thanks,

Matej

Reply via email to