From 02c0df21747e5795197510f15da73bd0c287e978 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 16 Dec 1999 14:26:16 +0000 Subject: manual/9083 --- Functions/Misc/zls | 2 +- Functions/Zftp/zfinit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Functions') diff --git a/Functions/Misc/zls b/Functions/Misc/zls index 22138cd6c..30a8fb9ed 100644 --- a/Functions/Misc/zls +++ b/Functions/Misc/zls @@ -1,7 +1,7 @@ # zls () { # simple internal ls using the stat module -zmodload -i stat || return 1 +zmodload -i zsh/stat || return 1 emulate -R zsh setopt localoptions diff --git a/Functions/Zftp/zfinit b/Functions/Zftp/zfinit index 7179b5e3e..9edb2a2c9 100644 --- a/Functions/Zftp/zfinit +++ b/Functions/Zftp/zfinit @@ -1,6 +1,6 @@ emulate -L zsh -[[ $1 = -n ]] || zmodload -e zftp || zmodload -ia zftp || return 1 +[[ $1 = -n ]] || zmodload -e zsh/zftp || zmodload -ia zsh/zftp || return 1 if zmodload -i zutil; then local arr -- cgit 1.4.1