X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=bash_completion;h=c8236f80cf589dacce0874251d477aeab23cd5a7;hp=7f1aecb63896d95df86a1d28b1ddebfea7865ae0;hb=d31995b3074bb19aa4da66ce5c4774ca9ed101a1;hpb=4d9d588c5df359c3c5f279fbfd4ea51d3a2afc87 diff --git a/bash_completion b/bash_completion index 7f1aecb6..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]}