On Thu, Mar 01, 2007 at 02:35:39PM +1100, Evan Clarke wrote:
> Package: bash
> Version: 3.1dfsg-8
> Severity: normal
> 
> *** Please type your report below this line ***
> 
> When issuing the set command to view the environment, this is the 
> result:
> 
> BASH=/bin/bash
> BASH_ARGC=()
> [snip]
> TERM=xterm
> UID=1000
> USER=evan
> _=set
> bash205='3.1.17(1)-release'
> bash205b='3.1.17(1)-release'
> bash3='3.1.17(1)-release'
> _alias ()
> {
>     local cur;
>     COMPREPLY=();
>     cur=${COMP_WORDS[$COMP_CWORD]};
>     case "$COMP_LINE" in
> [snip more of /etc/bash_completion]
> 
> The _alais line is line 351 from /etc/bash_completion.  The rest of the
> file is listed until line 4511.
> 
> This is on a fresh install from the testing netinstall image.
This is because your startup scripts source that file (and root's do
not); this seems to be the default now; see /etc/skel/.bashrc.  Bash
lists its functions with variables by set.

Justin


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

Reply via email to