X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=bash_completion;h=3dd25e5ae6d1630996ca005cf328cfefc846581a;hb=b48bca326fd7fc0484dd807ac1542269b3ab070f;hp=d35247eb7d47d4d739a61973949f8c564d67bb2f;hpb=6824b139a61f9cb01d00daf08beb12cedb8804d3;p=paraslash.git diff --git a/bash_completion b/bash_completion index d35247eb..3dd25e5a 100644 --- a/bash_completion +++ b/bash_completion @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2013 Andre Noll +# Copyright (C) 2007 Andre Noll # # Licensed under the GPL v2. For licencing details see COPYING. @@ -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]") {