X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=bash_completion;h=4b1a4be55508d70f4f34a170327967d067ba24ef;hp=c8236f80cf589dacce0874251d477aeab23cd5a7;hb=31e1dce0df4f9760b046bff201df0baf382c62c2;hpb=028db41a80afa116a3bad03fb47f81be8a79b0df diff --git a/bash_completion b/bash_completion index c8236f80..4b1a4be5 100644 --- a/bash_completion +++ b/bash_completion @@ -1,5 +1,5 @@ # Copyright (C) 2007 Andre Noll , see file COPYING. -para_complete() +_para_complete() { local prg="$1" # the program to execute local cur=${COMP_WORDS[$COMP_CWORD]}