From 76953c4d3f155e78467b8c6505bebcd8e9efeafc Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 22 Feb 2000 01:43:02 +0000 Subject: zsh-workers/9827 --- Functions/Zftp/zfrglob | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Functions') diff --git a/Functions/Zftp/zfrglob b/Functions/Zftp/zfrglob index ee460f9b1..1fb8d761a 100644 --- a/Functions/Zftp/zfrglob +++ b/Functions/Zftp/zfrglob @@ -9,7 +9,7 @@ # stick with a single directory. This is the default. # (2) Use remote globbing, i.e. pass it to ls at the site. # Faster, but only works with UNIX, and only basic globbing. -# We do this if the remote_glob style (or $zfrglob for +# We do this if the remote-glob style (or $zfrglob for # backward compatibility) is set. # There is only one argument, the variable containing the @@ -21,7 +21,7 @@ setopt extendedglob local pat dir nondir files i zfrglob -zstyle -t "$curcontext" remote_glob && zfrglob=1 +zstyle -t "$curcontext" remote-glob && zfrglob=1 eval pat=\$$1 -- cgit 1.4.1