From: Donnie Berkholz <dberkholz@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] bash-4.0-r1 for ~arch
Date: Mon, 2 Mar 2009 19:56:27 -0800 [thread overview]
Message-ID: <20090303035627.GA3811@comet> (raw)
In-Reply-To: <200903021927.49961.vapier@gentoo.org>
[-- Attachment #1: Type: text/plain, Size: 1185 bytes --]
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
> week. now would be a good time to sync up and try bash-4.0 on your system :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: unexpected end of file
48 # generate a list of completions for the argument; this replaces args with
49 # an array of results
50 args=( $(case $args in
51 ('<0-5>') compgen -W "$(echo {1..5})" -- "$rhs" ;;
52 ('<outfile>'|'<file>') compgen -A file -o plusdirs -- "$rhs" ;;
53 ('<dir>') compgen -A directory -S / -- "$rhs" ;;
54 ('<tbz2>') 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
issues with 4.0 ... might want to just run through those.
--
Thanks,
Donnie
Donnie Berkholz
Developer, Gentoo Linux
Blog: http://dberkholz.wordpress.com
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2009-03-03 3:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-03 0:27 [gentoo-dev] bash-4.0-r1 for ~arch Mike Frysinger
2009-03-03 3:56 ` Donnie Berkholz [this message]
2009-03-03 6:25 ` Caleb Cushing
2009-03-03 6:39 ` Mike Frysinger
2009-03-03 6:43 ` Caleb Cushing
2009-03-03 6:27 ` Mike Frysinger
2009-03-03 6:58 ` [gentoo-dev] " ABCD
2009-03-03 7:54 ` [gentoo-dev] " Donnie Berkholz
2009-03-03 7:56 ` Donnie Berkholz
2009-03-03 20:04 ` Mike Frysinger
2009-03-03 22:55 ` Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090303035627.GA3811@comet \
--to=dberkholz@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox