From 9d2b48504eb08849bbeb6c740ab5b5cb9b5431ff Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 6 Nov 2001 15:14:11 +0000 Subject: fix for IRIX --- Functions/Misc/mere | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Functions') 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 -- cgit 1.4.1