diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-22 01:43:02 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-22 01:43:02 +0000 |
commit | 76953c4d3f155e78467b8c6505bebcd8e9efeafc (patch) | |
tree | ccc5f4517e1bc14082c8cefa70a784f6eb55e52b /Functions/Zftp/zfrglob | |
parent | 6398d0e2bcdd17168e619b91b3a863e572d20aa6 (diff) | |
download | zsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.tar.gz zsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.tar.xz zsh-76953c4d3f155e78467b8c6505bebcd8e9efeafc.zip |
zsh-workers/9827
Diffstat (limited to 'Functions/Zftp/zfrglob')
-rw-r--r-- | Functions/Zftp/zfrglob | 4 |
1 files changed, 2 insertions, 2 deletions
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 |