Here's a little tweak to get around this problem...
qe 13:41 hpn[104] uname -m
9000/827
Cheerio,
Martin
*** scripts/arch-type.FCS Mon Oct 14 13:15:40 1996
--- scripts/arch-type Mon Oct 14 13:16:39 1996
***************
*** 43,49 ****
i[345]86) arch=i386;;
RISC) arch=mips;; # Sigh -- MIPS Ultrix :-(
IP22) arch=mips;;
! 9000/7[0-9][0-9]) arch=hp9000s700;
esac
# OK, the script seems to have worked. Pass the value back.
--- 43,49 ----
i[345]86) arch=i386;;
RISC) arch=mips;; # Sigh -- MIPS Ultrix :-(
IP22) arch=mips;;
! 9000/[78][0-9][0-9]) arch=hp9000s700;
esac
# OK, the script seems to have worked. Pass the value back.