about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-11-06 15:14:11 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-11-06 15:14:11 +0000
commit9d2b48504eb08849bbeb6c740ab5b5cb9b5431ff (patch)
tree1e9188df32c2348dfe953e09675f502e75674b35 /Functions
parentd39feeffc48330e4b16768f881306b75e7673971 (diff)
downloadzsh-9d2b48504eb08849bbeb6c740ab5b5cb9b5431ff.tar.gz
zsh-9d2b48504eb08849bbeb6c740ab5b5cb9b5431ff.tar.xz
zsh-9d2b48504eb08849bbeb6c740ab5b5cb9b5431ff.zip
fix for IRIX
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Misc/mere6
1 files changed, 6 insertions, 0 deletions
diff --git a/Functions/Misc/mere b/Functions/Misc/mere
index a9beb2c10..410be9ab5 100644
--- a/Functions/Misc/mere
+++ b/Functions/Misc/mere
@@ -21,6 +21,12 @@ if [[ -d /usr/share/lib/term &&
   terminal=lp;
 fi
 
+# IRIX has no `man' terminal.
+if [[ -d /usr/lib/nterm &&
+    ! -e /usr/lib/nterm/tab.$terminal ]]; then
+  terminal=lp;
+fi
+
 # Unixware has no `man' terminal.
 if [[ -d /usr/ucblib/doctools/nterm &&
     ! -e /usr/ucblib/doctools/nterm/tab.$terminal ]]; then