From 150dc9021bcf8a03671424142a9ffbfecd516915 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 2 May 2012 13:09:37 +0000 Subject: 30461, 30462 (tweaked): add missing local for match, mbegin and mend --- Functions/Zftp/zfcd_match | 1 + 1 file changed, 1 insertion(+) (limited to 'Functions/Zftp') diff --git a/Functions/Zftp/zfcd_match b/Functions/Zftp/zfcd_match index 16de5c81c..95de4c583 100644 --- a/Functions/Zftp/zfcd_match +++ b/Functions/Zftp/zfcd_match @@ -13,6 +13,7 @@ local ZFTP_VERBOSE=45 # should we redirect 2>/dev/null or let the user see it? local tmpf=${TMPPREFIX}zfcm$$ +local -a match mbegin mend if [[ $ZFTP_SYSTEM = UNIX* ]]; then # hoo, aren't we lucky: this makes things so much easier -- cgit 1.4.1