Commit e305140e authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

Distro [BSD]: Use -m instead of -p

parent 75b347b7
...@@ -222,7 +222,7 @@ get_distro() { ...@@ -222,7 +222,7 @@ get_distro() {
# Get OS architecture. # Get OS architecture.
case "$os" in case "$os" in
"Solaris" | "AIX" | "BSD" | "Haiku" | "IRIX") machine_arch="$(uname -p)" ;; "Solaris" | "AIX" | "Haiku" | "IRIX") machine_arch="$(uname -p)" ;;
*) machine_arch="$(uname -m)" ;; *) machine_arch="$(uname -m)" ;;
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