X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=bash_completion;h=3dd25e5ae6d1630996ca005cf328cfefc846581a;hb=6d930a94890ac8c6cffaa884eec5458316f44be9;hp=0eb7074c26532b2f349485de651a2a11e385f5bd;hpb=6e0b28e02a1013c019a3225e922b71f913bfbae4;p=paraslash.git diff --git a/bash_completion b/bash_completion index 0eb7074c..3dd25e5a 100644 --- a/bash_completion +++ b/bash_completion @@ -9,10 +9,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]") {