about summary refs log tree commit diff
path: root/Completion/Commands/_complete_debug
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Commands/_complete_debug')
-rw-r--r--Completion/Commands/_complete_debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Commands/_complete_debug b/Completion/Commands/_complete_debug
index d013f00d9..acdb48fd8 100644
--- a/Completion/Commands/_complete_debug
+++ b/Completion/Commands/_complete_debug
@@ -1,6 +1,6 @@
 #compdef -k complete-word \C-x?
 
-setopt localoptions $_comp_options
+setopt localoptions ${_comp_options[@]}
 
 setopt localtraps noerrexit ; trap - ZERR