[BUG][bash][auto completion] if COMPREPLY contents ":" auto completion doesn't work properly

2006-09-23 Thread Vasily Tarasov
Hello all, I suppose I've found a bug; My bash version: GNU bash, version 3.00.15(1)-release (i686-redhat-linux-gnu) Copyright (C) 2004 Free Software Foundation, Inc. But I also have downloaded bash 3.1 and this bug is reproducible there to. Actions to reproduce: 1) Create the file test.sh, that

[Patch] Fix QNX biuld error

2006-09-23 Thread Ben Gardner
There is an error on line 29 of variables.c in bash-3.1. It should read: #include not #include Attached is a patch that fixes this, although it would be easier to fix it manually. Ben --- bash-3.1/variables.c2005-11-12 20:22:37.0 -0600 +++ bash-3.1.orig/variables.c 2006-09-18

Re: [BUG][bash][auto completion] if COMPREPLY contents ":" auto completion doesn't work properly

2006-09-23 Thread Paul Jarc
Vasily Tarasov <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] $ myfunc > Press tab once: > [EMAIL PROTECTED] $ myfunc qwe:o > Press tab secondary: > [EMAIL PROTECTED] $ myfunc qwe:qwe:o You can work around this by removing : from $COMP_WORDBREAKS. Ii looks like a bug, since the : inserted by comp