summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix6
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-03-17 21:46:48 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-03-17 21:46:48 (GMT)
commit5ae73c8f75c929e4ebb73f19b8462129d00db26b (patch)
treef0737c28e6bdbbb43a8baf72ca259ba15cdc6c07 /Lib/plat-irix6
parent240083177368a929a4ab15098a94b0a6f71aeeed (diff)
downloadcpython-5ae73c8f75c929e4ebb73f19b8462129d00db26b.zip
cpython-5ae73c8f75c929e4ebb73f19b8462129d00db26b.tar.gz
cpython-5ae73c8f75c929e4ebb73f19b8462129d00db26b.tar.bz2
Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5.
Diffstat (limited to 'Lib/plat-irix6')
-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