summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-03-18 13:10:13 (GMT)
committerMichael W. Hudson <mwh@python.net>2002-03-18 13:10:13 (GMT)
commitc98108241037e88c28c095445c6da74c041fc5b4 (patch)
tree86bc76867dfd2ced70099790504d23d9f2ea57ac
parent1c136f35dd36328c67f40d651303fe1e4c20ea84 (diff)
downloadcpython-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-xLib/plat-irix6/regen3
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