Re: possible compgen bug

2008-05-13 Thread Nicholas Mc Guire
> Nicholas Mc Guire wrote: > > > probably errornous behavior: > > > > > > when using compgen to allow shortcuts (in the below example for quit and > > exit I get a strange behavior when no input is entered and write times > > out after 5 seconds: > > > > #! /bin/bash >

Re: possible compgen bug

2008-05-10 Thread Chet Ramey
Nicholas Mc Guire wrote: probably errornous behavior: when using compgen to allow shortcuts (in the below example for quit and exit I get a strange behavior when no input is entered and write times out after 5 seconds: #! /bin/bash read -p "timeout 5 > " -t 5 FOO