Patch by Michael Pruett: make regen work on Irix 6.0 and 6.5.

This commit is contained in:
Jack Jansen 2002-03-17 21:46:48 +00:00
parent 2400831773
commit 5ae73c8f75
1 changed files with 2 additions and 1 deletions

View File

@ -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