X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=bash_completion;h=c8236f80cf589dacce0874251d477aeab23cd5a7;hb=e5de57de1b8bf1df96c152fc92f5a49f75d6d96c;hp=d35247eb7d47d4d739a61973949f8c564d67bb2f;hpb=74145aabe851ba5b7eff47b650f401f49b5c740d;p=paraslash.git diff --git a/bash_completion b/bash_completion index d35247eb..c8236f80 100644 --- a/bash_completion +++ b/bash_completion @@ -1,8 +1,5 @@ -# Copyright (C) 2007-2013 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]}