X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=bash_completion;h=c8236f80cf589dacce0874251d477aeab23cd5a7;hb=d31995b3;hp=0eb7074c26532b2f349485de651a2a11e385f5bd;hpb=177ea8ea46918a925c0d2d8a07e7fbe9f478a40c;p=paraslash.git diff --git a/bash_completion b/bash_completion index 0eb7074c..c8236f80 100644 --- a/bash_completion +++ b/bash_completion @@ -1,8 +1,5 @@ -# Copyright (C) 2007 Andre Noll -# -# Licensed under the GPL v2. For licencing details see COPYING. - -_para_complete() +# Copyright (C) 2007 Andre Noll , see file COPYING. +para_complete() { local prg="$1" # the program to execute local cur=${COMP_WORDS[$COMP_CWORD]}