Your message dated Sun, 16 Dec 2018 22:24:48 -0200
with message-id <[email protected]>
and subject line Re: bash-completion: cd ~<1st character of loginname> doesn't
complete to the loginname
has caused the Debian Bug report #650220,
regarding bash-completion: cd ~<1st character of loginname> doesn't complete to
the loginname
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.)
--
650220: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650220
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bash-completion
Version: 1:1.2-3
Severity: normal
With Debian Squeeze I can't type cd ~pp and get the loginname completed. That
worked on Lenny.
For a quick check I transferred /etc/bash_completion from a Lenny to Squeeze
and it worked as you can see below.
su -
Password:
-su: [: too many arguments
-su: [: =: unary operator expected
-su: [: =: unary operator expected
-su: [: too many arguments
-su: [: too many arguments
[root@axilleas][~]#
cd ~p
~pparissis/ ~proxy/ ~pulse
The errors you see is related to the /etc/bash_completion from Lenny, when I
use the /etc/bash_completion from squeeze I get no errors
-- System Information:
Debian Release: 6.0.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500,
'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-bpo.2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages bash-completion depends on:
ii bash 4.1-3 The GNU Bourne Again SHell
bash-completion recommends no packages.
bash-completion suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sun, 27 Nov 2011 23:02:01 +0100 Pavlos Parissis <[email protected]>
wrote:
> Package: bash-completion
> Version: 1:1.2-3
> Severity: normal
>
> With Debian Squeeze I can't type cd ~pp and get the loginname completed. That
> worked on Lenny.
> For a quick check I transferred /etc/bash_completion from a Lenny to Squeeze
> and it worked as you can see below.
>
> su -
> Password:
> -su: [: too many arguments
> -su: [: =: unary operator expected
> -su: [: =: unary operator expected
> -su: [: too many arguments
> -su: [: too many arguments
> [root@axilleas][~]#
> cd ~p
> ~pparissis/ ~proxy/ ~pulse
>
> The errors you see is related to the /etc/bash_completion from Lenny, when I
> use the /etc/bash_completion from squeeze I get no errors
With current bash-completion, this bug does not reproduce:
$ su -
Password:
# cd ~g[TAB]
~gabriel/ ~games/ ~geoclue/ ~gnats
I'm closing the bug report as it doesn't reproduce with current sources
(it would be too much trouble now, after so many years, to try and find
the version that fixed it). Please, do not hesitate to reopen if you
have more information.
Kind regards,
Gabriel
--- End Message ---