From 5ae73c8f75c929e4ebb73f19b8462129d00db26b Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sun, 17 Mar 2002 21:46:48 +0000 Subject: Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5. --- Lib/plat-irix6/regen | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/plat-irix6/regen b/Lib/plat-irix6/regen index c950a47..6a2cb40 100755 --- a/Lib/plat-irix6/regen +++ b/Lib/plat-irix6/regen @@ -1,6 +1,7 @@ #! /bin/sh case `uname -sr` in -'IRIX '[45].*) ;; +'IRIX '[456].*) ;; +'IRIX64 '[456].*) ;; *) echo Probably not on an IRIX system 1>&2 exit 1;; esac -- cgit v0.12