[Python-checkins] CVS: python/dist/src/Lib/plat-irix6 regen,1.2,1.3

Jack Jansen jackjansen@users.sourceforge.net
Sun, 17 Mar 2002 13:46:50 -0800


Update of /cvsroot/python/python/dist/src/Lib/plat-irix6
In directory usw-pr-cvs1:/tmp/cvs-serv28621

Modified Files:
	regen 
Log Message:
Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5.


Index: regen
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-irix6/regen,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** regen	31 Jul 2001 08:47:55 -0000	1.2
--- regen	17 Mar 2002 21:46:48 -0000	1.3
***************
*** 1,5 ****
  #! /bin/sh
  case `uname -sr` in
! 'IRIX '[45].*)	;;
  *)	echo Probably not on an IRIX system 1>&2
  	exit 1;;
--- 1,6 ----
  #! /bin/sh
  case `uname -sr` in
! 'IRIX '[456].*)	;;
! 'IRIX64 '[456].*)	;;
  *)	echo Probably not on an IRIX system 1>&2
  	exit 1;;