X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=bash_completion;h=88b37dc28fb0dc175f48ac9fa364f26a434bedde;hp=4b1a4be55508d70f4f34a170327967d067ba24ef;hb=e7f035b3ad7ecc64ec87d9ce890f89365dec1411;hpb=31e1dce0df4f9760b046bff201df0baf382c62c2 diff --git a/bash_completion b/bash_completion index 4b1a4be5..88b37dc2 100644 --- a/bash_completion +++ b/bash_completion @@ -6,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]") {