From: Jack Jansen Date: Sun, 17 Mar 2002 21:46:48 +0000 (+0000) Subject: Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5. X-Git-Tag: v2.3c1~6467 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ae73c8f75c929e4ebb73f19b8462129d00db26b;p=python Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5. --- diff --git a/Lib/plat-irix6/regen b/Lib/plat-irix6/regen index c950a475ca..6a2cb408d9 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