From c1eda67909404538addb932203088cada148f9d5 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 7 Mar 2015 15:28:27 +0000 Subject: 34693: _strace: Fix variable leakage of $sys_calls --- Completion/Linux/Command/_strace | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion') diff --git a/Completion/Linux/Command/_strace b/Completion/Linux/Command/_strace index 45ebfcf1a..d6dabfd24 100644 --- a/Completion/Linux/Command/_strace +++ b/Completion/Linux/Command/_strace @@ -5,6 +5,7 @@ # - allow negated calls (e.g. -e!write) _sys_calls () { local expl + local -a sys_calls sys_calls=(_llseek _newselect _sysctl accept access acct adjtimex afs_syscall alarm bdflush bind break brk cacheflush -- cgit 1.4.1