toolkit/func/core/pkg_coreutils/10-arch.sh
2021-07-04 23:50:25 -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 $?