From 4297443d88011ff26c587561a9bbd741c9c8eab6 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 20 Dec 1999 15:39:55 +0000 Subject: zsh-workers/9121 --- Functions/Zftp/zfdir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Functions') diff --git a/Functions/Zftp/zfdir b/Functions/Zftp/zfdir index b8930b176..d74f75fb8 100644 --- a/Functions/Zftp/zfdir +++ b/Functions/Zftp/zfdir @@ -98,11 +98,11 @@ if [[ -n $file && -f $file ]]; then else if (zftp test); then # Works OK in subshells - zftp dir $* | tee $file | eval ${PAGER-:more} + zftp dir $* | tee $file | eval ${PAGER:-more} else # Doesn't work in subshells (IRIX 6.2 --- why?) zftp dir $* >$file - eval ${PAGER-:more} $file + eval ${PAGER:-more} $file fi fi # } -- cgit 1.4.1