>From 46aed0420bb7b01db8a7ad60fbd2e6d78a0ec087 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 7 Mar 2015 15:28:27 +0000 Subject: [PATCH 1/2] _strace: Fix variable leakage of $sys_calls --- Completion/Linux/Command/_strace | 1 + 1 file changed, 1 insertion(+) diff --git a/Completion/Linux/Command/_strace b/Completion/Linux/Command/_strace index 45ebfcf..d6dabfd 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 -- 1.9.1