]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport jackjansen's checkin of
authorMichael W. Hudson <mwh@python.net>
Mon, 18 Mar 2002 13:10:13 +0000 (13:10 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 18 Mar 2002 13:10:13 +0000 (13:10 +0000)
    revision 1.3 of regen

Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5.

Lib/plat-irix6/regen

index c950a475ca6ec827378f666cd513b0676742e3dc..6a2cb408d9d0769c8f0fe11f619ccef446437e2b 100755 (executable)
@@ -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