forked from sig_core/toolkit
5 lines
118 B
Bash
5 lines
118 B
Bash
|
#!/bin/bash
|
||
|
r_log "coreutils" "Check that the architecture matches"
|
||
|
uname -a | grep -q "$(arch)"
|
||
|
r_checkExitStatus $?
|