From c6136b94f361ec33fbb231c97ea37a2248080de3 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 10 Aug 2015 17:50:20 +0200 Subject: 36075: Disable ‘local’ keyword in script to make data retrieval work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Util/check-tmux-state | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Util') diff --git a/Util/check-tmux-state b/Util/check-tmux-state index 7e293380f..4cba36070 100644 --- a/Util/check-tmux-state +++ b/Util/check-tmux-state @@ -40,6 +40,10 @@ differences=none # information. For that, we need to put a few stubs into place so sourcing the # file doesn't blow up in our face. +# We need to disable the new "local" keyword to make our data retrieval trick +# work: +disable -r local + function _arguments () { } function _describe () { } function local () { } -- cgit 1.4.1