From ee681a32ad5a2e69301494be45556a4020fe1384 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 23 May 2000 08:54:30 +0000 Subject: use `set -A' instead of `eval' in more places (11525) --- Completion/Commands/_complete_help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Commands/_complete_help') diff --git a/Completion/Commands/_complete_help b/Completion/Commands/_complete_help index 94ca4abe0..36c41607b 100644 --- a/Completion/Commands/_complete_help +++ b/Completion/Commands/_complete_help @@ -32,7 +32,7 @@ _complete_help() { # No need to call the completers more than once with different match specs. if [[ "$3" = matcher-list ]]; then - eval "${4}=( '' )" + set -A "$4" '' else builtin zstyle "$@" fi -- cgit 1.4.1