[Bash-completion-devel] [Bash-completion-commits] [SCM] bash-completion branch, master, updated. c86b336769cdc025a63c13bf3448ce5d5019a563

Freddy Vulto fvulto at gmail.com
Mon Nov 15 22:16:37 UTC 2010


On 101115 20:46, Ville Skyttä wrote:
> ...
> Attached is the complete log/unit.log for a "./runUnit _count_args.exp" run 
> which finished with:
> ...

I have the same output, only with PASSes (and ^M's):

...
/@COMP_WORDS=(a b); COMP_CWORD=1; COMP_LINE='a b'; COMP_POINT=3; _count_args; echo -n $args^M
1/@PASS: a b| should set args to 1
^C^M
/@COMP_WORDS=(a bc); COMP_CWORD=1; COMP_LINE='a bc'; COMP_POINT=3; _count_args; echo -n $args^M
1/@PASS: a b|c should set args to 1
^C^M
...

Looks like we have to dig deeper.  What's your output of `dbg.log' after
doing:

    ./runUnit _count_args.exp --debug

Mine is pasted here: http://paste2.org/p/1092035  after doing:

    ./runUnit _count_args.exp --tool_exec /opt/bash-4.1/bin/bash --debug



More information about the Bash-completion-devel mailing list