Commit 348f5339 authored by Jack Jansen's avatar Jack Jansen

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

parent 26d9f61e
#! /bin/sh
case `uname -sr` in
'IRIX '[45].*) ;;
'IRIX '[456].*) ;;
'IRIX64 '[456].*) ;;
*) echo Probably not on an IRIX system 1>&2
exit 1;;
esac
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment