From 9ccaaa40ebd86180166c9a9d837522ceac63b1c2 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 28 Feb 2001 16:35:49 +0000 Subject: Work when ksh_arrays is set but before the setopt takes effect (13555) --- Completion/Core/_main_complete | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Core/_main_complete') diff --git a/Completion/Core/_main_complete b/Completion/Core/_main_complete index 5c7484df4..f86593cb7 100644 --- a/Completion/Core/_main_complete +++ b/Completion/Core/_main_complete @@ -16,7 +16,7 @@ # which makes the output of setopt and unsetopt reflect a different # state than the global one for which you are completing. -setopt localoptions $_comp_options +setopt localoptions ${_comp_options[@]} exec