X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=bash_completion;h=88b37dc28fb0dc175f48ac9fa364f26a434bedde;hp=0eb7074c26532b2f349485de651a2a11e385f5bd;hb=f932f45196a8a4480ad910c455abe8aae9824967;hpb=68630d8b55d688a7c7ce116951c310150aa9c166 diff --git a/bash_completion b/bash_completion index 0eb7074c..88b37dc2 100644 --- a/bash_completion +++ b/bash_completion @@ -1,7 +1,4 @@ -# Copyright (C) 2007 Andre Noll -# -# Licensed under the GPL v2. For licencing details see COPYING. - +# Copyright (C) 2007 Andre Noll , see file COPYING. _para_complete() { local prg="$1" # the program to execute @@ -9,10 +6,6 @@ _para_complete() local line="$COMP_LINE" OLD_IFS="$IFS" local opts n - if [[ "$COMP_WORDBREAKS" != ' ' ]]; then - COMP_WORDBREAKS=' ' - return 124 # try again with proper value - fi # This extracts short and long options from the help output local script='{ if ($1 ~ "-[a-zA-Z]," && $2 ~ "--[a-zA-Z]") {