func/core/pkg_coreutils/10-arch.sh
2024-08-14 20:52:26 -07:00

5 lines
118 B
Bash
Executable File

#!/bin/bash
r_log "coreutils" "Check that the architecture matches"
uname -a | grep -q "$(arch)"
r_checkExitStatus $?