about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-03-11 22:53:41 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-03-11 22:53:41 +0000
commite264c1bee199acd99267e2142ab22507cadb488a (patch)
treeaf471605f1dafb99214a91b44dedd17f350ae703 /Functions
parentc140245164e0448685940f17fd8efcbc8109b237 (diff)
downloadzsh-e264c1bee199acd99267e2142ab22507cadb488a.tar.gz
zsh-e264c1bee199acd99267e2142ab22507cadb488a.tar.xz
zsh-e264c1bee199acd99267e2142ab22507cadb488a.zip
Various new, improved, fixed or updated functions (13600)
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Misc/mere2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/mere b/Functions/Misc/mere
index 496c67061..a9beb2c10 100644
--- a/Functions/Misc/mere
+++ b/Functions/Misc/mere
@@ -80,4 +80,4 @@ fi | (
   fi |
   nroff -T$terminal -man | $col -x
 ) |
-${MANPAGER:-${PAGER:-more}} -s
+${=MANPAGER:-${PAGER:-more}} -s