about summary refs log tree commit diff
path: root/Functions/Zftp
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2012-05-02 13:09:37 +0000
committerMikael Magnusson <mikachu@gmail.com>2012-05-02 13:09:37 +0000
commit150dc9021bcf8a03671424142a9ffbfecd516915 (patch)
tree1d59d0a6ae1eb65db290b13a3b9b87f368c11e7f /Functions/Zftp
parentcd1b5d86e0a6ac37e982c6a3b8725fd11076f14c (diff)
downloadzsh-150dc9021bcf8a03671424142a9ffbfecd516915.tar.gz
zsh-150dc9021bcf8a03671424142a9ffbfecd516915.tar.xz
zsh-150dc9021bcf8a03671424142a9ffbfecd516915.zip
30461, 30462 (tweaked): add missing local for match, mbegin and mend
Diffstat (limited to 'Functions/Zftp')
-rw-r--r--Functions/Zftp/zfcd_match1
1 files changed, 1 insertions, 0 deletions
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