From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LeLk7-0004xz-4y for garchives@archives.gentoo.org; Tue, 03 Mar 2009 03:56:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 535FBE02FD; Tue, 3 Mar 2009 03:56:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2A37DE02FD for ; Tue, 3 Mar 2009 03:56:29 +0000 (UTC) Received: from gentoo.org (c-98-246-79-112.hsd1.or.comcast.net [98.246.79.112]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id ACA8C644EB for ; Tue, 3 Mar 2009 03:56:28 +0000 (UTC) Date: Mon, 2 Mar 2009 19:56:27 -0800 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] bash-4.0-r1 for ~arch Message-ID: <20090303035627.GA3811@comet> References: <200903021927.49961.vapier@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <200903021927.49961.vapier@gentoo.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-Archives-Salt: ee4f0eb5-2e10-4c1c-af8c-cce83ae7a850 X-Archives-Hash: 82ec7c0d7577919546b2d6f45a89b0b1 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 19:27 Mon 02 Mar , Mike Frysinger wrote: > unless i see any new issues come up, bash-4.0-r1 will be going into ~arch= this=20 > week. now would be a good time to sync up and try bash-4.0 on your syste= m :p. > -mike comet $ source /usr/share/bash-completion/genkernel -bash: /usr/share/bash-completion/genkernel: line 50: unexpected EOF while = looking for matching `)' -bash: /usr/share/bash-completion/genkernel: line 74: syntax error: unexpec= ted end of file 48 # generate a list of completions for the argument; this replaces args= with 49 # an array of results 50 args=3D( $(case $args in 51 ('<0-5>') compgen -W "$(echo {1..5})" -- "$rhs" ;; 52 (''|'') compgen -A file -o plusdirs -- "$rhs" ;; 53 ('') compgen -A directory -S / -- "$rhs" ;; 54 ('') compgen -G '*.tbz2' -G '*.tar.bz2' -o plusdirs -- "$rhs" ;; 55 (*) compgen -o bashdefault -- "$rhs" ;; # punt 56 esac) ) Actually seems like quite a few of the bash-completion scripts have=20 issues with 4.0 ... might want to just run through those. --=20 Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) iEYEABECAAYFAkmsqmsACgkQXVaO67S1rtsWdgCgwnYDWj9/YEoPsPCOGxcukJKS AO8An0Bcu4YZ2mnd7gXvUz6XHgSJF/bf =DdEE -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE--