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