mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
uname options -p and -i are non portable and return "unknown" on Linux with GNU coreutils as there's no OS support for it. Note: some distributions like Fedora or Ubunto patch coreutils so that uname -p (more or less) returns the machine name (uname -m output). But that should not be used and fails on distributions like Debian that don't add that patch. Signed-off-by: Matthias Reichl <hias@horus.com>