From: Michael W. Hudson Date: Mon, 18 Mar 2002 13:10:13 +0000 (+0000) Subject: backport jackjansen's checkin of X-Git-Tag: v2.2.1c1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c98108241037e88c28c095445c6da74c041fc5b4;p=thirdparty%2FPython%2Fcpython.git backport jackjansen's checkin of revision 1.3 of regen 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 c950a475ca6e..6a2cb408d9d0 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