From c98108241037e88c28c095445c6da74c041fc5b4 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Mon, 18 Mar 2002 13:10:13 +0000 Subject: backport jackjansen's checkin of revision 1.3 of regen 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