Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] bash completion

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Bor Kraljič <pyrobor AT ver.si>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] bash completion
  • Date: Sun, 4 Jul 2010 15:46:07 +0200

Dne nedelja 04 julija 2010 ob 11:49:57 je Treeve Jelbert napisal(a):
> I upgraded bash and bash-completion yesterday, from test.
>
> Now, whenever I start a terminal session I get some error messages:
>
> bash: [: too many arguments
> bash: [: =: unary operator expected
> bash: [: =: unary operator expected
> bash: [: too many arguments
> bash: [: too many arguments
> complete: usage: complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A
> action]
> [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P
> prefix] [-S suffix] [name ...]

try:
$ rm /etc/bash_completion
$ cast -c bash-completion

If that doesn't work try:
$ rm /etc/bash_completion
$ rm -rf /etc/bash_completion.d/
$ cast -c bash-completion

I think this is because of one grep sorcery bug. But i am not sure. Please
report if this works for you and which version of sorcery are you using.

LP




Archive powered by MHonArc 2.6.24.

Top of Page