diff options
author | Michael W. Hudson <mwh@python.net> | 2002-03-18 13:10:13 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2002-03-18 13:10:13 (GMT) |
commit | c98108241037e88c28c095445c6da74c041fc5b4 (patch) | |
tree | 86bc76867dfd2ced70099790504d23d9f2ea57ac | |
parent | 1c136f35dd36328c67f40d651303fe1e4c20ea84 (diff) | |
download | cpython-c98108241037e88c28c095445c6da74c041fc5b4.zip cpython-c98108241037e88c28c095445c6da74c041fc5b4.tar.gz cpython-c98108241037e88c28c095445c6da74c041fc5b4.tar.bz2 |
backport jackjansen's checkin of
revision 1.3 of regen
Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5.
-rwxr-xr-x | Lib/plat-irix6/regen | 3 |
1 files changed, 2 insertions, 1 deletions
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 |