crypt: Rename RSA functions.
[paraslash.git] / bash_completion
index 4b1a4be55508d70f4f34a170327967d067ba24ef..88b37dc28fb0dc175f48ac9fa364f26a434bedde 100644 (file)
@@ -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]") {