Your message dated Mon, 09 Jan 2006 16:02:22 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#343312: fixed in bash 3.1-2
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Dec 2005 17:35:43 +0000
>From [EMAIL PROTECTED] Fri Dec 16 09:35:43 2005
Return-path: <[EMAIL PROTECTED]>
Received: from boxa.alphawave.net ([207.218.5.130] helo=box.alphawave.net)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EnJUd-0003MR-FY
        for [EMAIL PROTECTED]; Fri, 16 Dec 2005 09:35:43 -0800
Received: from localhost (localhost [127.0.0.1])
        by box.alphawave.net (Postfix) with ESMTP id 167F7E8236;
        Fri, 16 Dec 2005 17:23:24 +0000 (GMT)
Received: from localhost (cpc1-rdng7-4-1-cust122.winn.cable.ntl.com 
[82.15.62.122])
        by box.alphawave.net (Postfix) with ESMTP id DFAA5E8232;
        Fri, 16 Dec 2005 17:23:23 +0000 (GMT)
Received: from dl by localhost with local (Exim 3.36 #1 (Debian))
        id 1EnJU1-0005HR-00; Fri, 16 Dec 2005 17:35:05 +0000
Content-Type: multipart/mixed; boundary="===============0992026530=="
MIME-Version: 1.0
From: David Lawrence <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: bash: command completion for 'scp' fails with 'unterminated s command'
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Fri, 16 Dec 2005 17:35:05 +0000
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at alphawave.net
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-7.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============0992026530==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: bash
Version: 3.1-1
Severity: normal


scp <TAB>  results in:

$ scp sed: -e expression #1, char 20: unterminated `s' command
sed: -e expression #1, char 20: unterminated `s' command

fix (patch for /etc/bash_completion) attached

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (1100, 'unstable'), (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages bash depends on:
ii  base-files                    3.1.9      Debian base system miscellaneous f
ii  debianutils                   2.15.2     Miscellaneous utilities specific t
ii  libc6                         2.3.5-8.1  GNU C Library: Shared libraries an
ii  libncurses5                   5.5-1      Shared libraries for terminal hand

bash recommends no packages.

-- no debconf information

--===============0992026530==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="bash_completion.patch"

--- bash_completion.orig        2005-12-15 17:37:49.000000000 +0000
+++ bash_completion    2005-12-15 17:36:37.000000000 +0000
@@ -2475,7 +2475,7 @@
            fi
            # append any available aliases from config files
            if [ [EMAIL PROTECTED] -gt 0 ] && [ -n "$aliases" ]; then
-              hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt]["$'\t 
'"]*\([^*?]*\)$/\1/p" [EMAIL PROTECTED] )" -- $ocur )
+              hosts=$( compgen -W "$( sed -ne "s/^[Hh][Oo][Ss][Tt][$'\t 
']*\([^*?]*\)$/\1/p" [EMAIL PROTECTED] )" -- $ocur )
                COMPREPLY=( [EMAIL PROTECTED] $hosts )
            fi

--===============0992026530==--

---------------------------------------
Received: (at 343312-close) by bugs.debian.org; 10 Jan 2006 00:10:36 +0000
>From [EMAIL PROTECTED] Mon Jan 09 16:10:36 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1Ew6xy-0002jm-Qz; Mon, 09 Jan 2006 16:02:22 -0800
From: Matthias Klose <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#343312: fixed in bash 3.1-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 09 Jan 2006 16:02:22 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: bash
Source-Version: 3.1-2

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

bash-builtins_3.1-2_i386.deb
  to pool/main/b/bash/bash-builtins_3.1-2_i386.deb
bash-doc_3.1-2_all.deb
  to pool/main/b/bash/bash-doc_3.1-2_all.deb
bash-minimal_3.1-2_i386.deb
  to pool/main/b/bash/bash-minimal_3.1-2_i386.deb
bash-static_3.1-2_i386.deb
  to pool/main/b/bash/bash-static_3.1-2_i386.deb
bash_3.1-2.diff.gz
  to pool/main/b/bash/bash_3.1-2.diff.gz
bash_3.1-2.dsc
  to pool/main/b/bash/bash_3.1-2.dsc
bash_3.1-2_i386.deb
  to pool/main/b/bash/bash_3.1-2_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated bash 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Tue, 10 Jan 2006 00:19:25 +0100
Source: bash
Binary: bashdb bash-builtins bash bash-minimal bash-static bash-doc
Architecture: source i386 all
Version: 3.1-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description: 
 bash       - The GNU Bourne Again SHell
 bash-builtins - Bash loadable builtins - headers & examples
 bash-doc   - Documentation and examples for the The GNU Bourne Again SHell
 bash-minimal - The GNU Bourne Again SHell (minimal version)
 bash-static - The GNU Bourne Again SHell (static version)
Closes: 343312
Changes: 
 bash (3.1-2) unstable; urgency=low
 .
   * Apply upstream patches 002 - 005.
 .
 bash (3.1-0ubuntu3) dapper; urgency=low
 .
   * Document supported ulimit options.
   * Fix parsing problems with compound assignments
   * Fix readline callback interface.
   * Fix ssh command completion (closes: #343312).
 .
 bash (3.1-0ubuntu2) dapper; urgency=low
 .
   * command-not-found handler: Print error message, when command not found.
     Ubuntu #5120.
   * fix ssh command completion.
Files: 
 825df8b81f32656f7ebfd12584df8b9e 719 base required bash_3.1-2.dsc
 7a84cb6ebefe6674114ce7f0c80a1bd7 178467 base required bash_3.1-2.diff.gz
 1bd2971e2ad32433cb46f1830252c3ea 728282 doc optional bash-doc_3.1-2_all.deb
 61a866e3ffe74bedf5a77c42003f526c 850360 shells required bash_3.1-2_i386.deb
 f1145cc48bffb9adfa3ca0f5141ce98a 98964 utils optional 
bash-builtins_3.1-2_i386.deb
 3f2b9c06775398158c7e04c6e2d48daf 689926 shells optional 
bash-static_3.1-2_i386.deb
 e506334599e50e85ad6b0b7249b8a1bc 195114 shells optional 
bash-minimal_3.1-2_i386.deb

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

iD8DBQFDwvSRStlRaw+TLJwRAmEFAJ0XnivRQiOn4z6ALtLbsuB8V9CsWQCgr4XI
AFbzE4BmFphBh7j2e1kB/5g=
=Z4fM
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to