[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 sys/netmgr.h not #include sy/netmgr.h 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 +++