1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

unposted: silence some warnings when WARN_CREATE_GLOBAL is set

This commit is contained in:
Peter Stephenson 2008-10-10 13:20:05 +00:00
parent 8cc1fe7081
commit 198a53dd46
3 changed files with 7 additions and 1 deletions

View file

@ -48,7 +48,7 @@ if [[ -n $ZFTP_TRANSFER ]]; then
unset zftpseconds
print 1>&2
else
zftpseconds=$SECONDS
typeset -g zftpseconds=$SECONDS
fi
fi
# }