Kaydet (Commit) 5ae73c8f authored tarafından Jack Jansen's avatar Jack Jansen

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

üst 24008317
#! /bin/sh #! /bin/sh
case `uname -sr` in case `uname -sr` in
'IRIX '[45].*) ;; 'IRIX '[456].*) ;;
'IRIX64 '[456].*) ;;
*) echo Probably not on an IRIX system 1>&2 *) echo Probably not on an IRIX system 1>&2
exit 1;; exit 1;;
esac 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