Your message dated Tue, 24 Jun 2008 19:40:58 +0200
with message-id <[EMAIL PROTECTED]>
and subject line bash-completion: muttrc source command and | fails
has caused the Debian Bug report #482300,
regarding bash-completion: muttrc source command and | fails
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
482300: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482300
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: bash-completion
Version: 20060301-4
Severity: normal
My .muttrc contains a line
source '~/Maildir/mutt-archiver|'
Mutt is expected to execute the specified file and source the text
printed by this script.
Bash fails when trying to complete a line beginning with "mutt ". The
problem lies in the 4823 of /etc/bash_completion.
The applied sed regexp returns the line above, which should not happen.
A possible fix is to replace the line from /etc/bash_completion with
newconffiles=($(sed -rn 's|^source[[:space:]]+([^[:space:]|]+)([^|]*)$|\1|p'
$(eval echo $1) ));
but I'm not sure if this is the ideal solution.
Regards,
Christian
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bash-completion depends on:
ii bash 3.1dfsg-9 The GNU Bourne Again SHell
ii ucf 3.006 Update Configuration File: preserv
bash-completion recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 20080617.4
Hi
Your patch was accepted, so I'm closing this bug.
Cheers
Luk
--- End Message ---