From d5fbda44c32c6d9905406b074ebeccb26e263055 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 14 Dec 1999 18:04:06 +0000 Subject: zsh-workers/9046 --- Functions/Zftp/zfinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Zftp') diff --git a/Functions/Zftp/zfinit b/Functions/Zftp/zfinit index 256ef1d2f..b646bd7c8 100644 --- a/Functions/Zftp/zfinit +++ b/Functions/Zftp/zfinit @@ -1,6 +1,6 @@ emulate -L zsh -[[ $1 = -n ]] || zmodload -e zftp || zmodload -ia zftp +[[ $1 = -n ]] || zmodload -e zsh/zftp || zmodload -ia zsh/zftp if [[ ${+zfconfig} = 0 ]]; then typeset -gA zfconfig -- cgit 1.4.1