summaryrefslogtreecommitdiff
path: root/completions/reportbug
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-04-25 00:09:50 +0300
committerVille Skyttä <ville.skytta@iki.fi>2011-04-25 00:09:50 +0300
commit6e809d032ce713ab70b640d6ec29688d758076e3 (patch)
tree510f581ce57fc10989803718775090c4bf33dd82 /completions/reportbug
parenta0afe0959bf322e894cda25c8d409b2451a8dd7a (diff)
downloadbash-completion-6e809d032ce713ab70b640d6ec29688d758076e3.tar.gz
Remove = from COMP_WORDBREAKS when using _split_longopt().
Without this, it does not do anything useful in bash >= 4.0.
Diffstat (limited to 'completions/reportbug')
-rw-r--r--completions/reportbug2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/reportbug b/completions/reportbug
index 223bcf33..c9d750f6 100644
--- a/completions/reportbug
+++ b/completions/reportbug
@@ -88,7 +88,7 @@ have querybts &&
_querybts()
{
local cur prev words cword
- _init_completion || return
+ _init_completion -n = || return
local split=false
_split_longopt && split=true