OS: detect 32-bit IRIX

This commit is contained in:
szfcbr 2018-01-05 05:44:44 +01:00
parent d2f0255327
commit a9ed7835d5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ get_os() {
"Haiku") os="Haiku" ;;
"MINIX") os="MINIX" ;;
"AIX") os="AIX" ;;
"IRIX64") os="IRIX" ;;
"IRIX64" | "IRIX") os="IRIX" ;;
"FreeMiNT") os="FreeMiNT" ;;
*)
printf "%s\n" "Unknown OS detected: '$kernel_name', aborting..." >&2