mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5.
This commit is contained in:
parent
2400831773
commit
5ae73c8f75
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue