Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] bash-4.0-r1 for ~arch
Date: Tue, 03 Mar 2009 07:56:24
Message-Id: 20090303075621.GD3811@comet
In Reply to: Re: [gentoo-dev] bash-4.0-r1 for ~arch by Donnie Berkholz
1 On 23:54 Mon 02 Mar , Donnie Berkholz wrote:
2 > On 01:27 Tue 03 Mar , Mike Frysinger wrote:
3 > > On Monday 02 March 2009 22:56:27 Donnie Berkholz wrote:
4 > > > Actually seems like quite a few of the bash-completion scripts have
5 > > > issues with 4.0 ... might want to just run through those.
6 > >
7 > > i dont use bash completion so i dont have any actually installed. run `bash -
8 > > n` on each one on your system and let me know which ones result in errors.
9 >
10 > for i in *; do bash -n $i || echo FAILED $i; done
11
12 Meh. extglob fixes all these, including genkernel. Annoying that
13 anything besides our bash-completion framework doesn't handle this right
14 (because .pre isn't sourced in each script).
15
16 Thanks for the pointer!
17
18 --
19 Thanks,
20 Donnie
21
22 Donnie Berkholz
23 Developer, Gentoo Linux
24 Blog: http://dberkholz.wordpress.com

Replies

Subject Author
Re: [gentoo-dev] bash-4.0-r1 for ~arch Mike Frysinger <vapier@g.o>