mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
Distro [IRIX]: use -p for machine_arch
This commit is contained in:
2
neofetch
2
neofetch
@@ -223,7 +223,7 @@ get_distro() {
|
|||||||
# Get OS architecture.
|
# Get OS architecture.
|
||||||
if [[ "$os_arch" == "on" ]]; then
|
if [[ "$os_arch" == "on" ]]; then
|
||||||
case "$os" in
|
case "$os" in
|
||||||
"Solaris" | "AIX" | "BSD" | "Haiku") machine_arch="$(uname -p)" ;;
|
"Solaris" | "AIX" | "BSD" | "Haiku" | "IRIX") machine_arch="$(uname -p)" ;;
|
||||||
*) machine_arch="$(uname -m)" ;;
|
*) machine_arch="$(uname -m)" ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user