|
@ -7,12 +7,11 @@ |
|
|
# Can check a file or directory recursively. |
|
|
# Can check a file or directory recursively. |
|
|
|
|
|
|
|
|
commandname="DEV-DETECT-GLIBC" |
|
|
commandname="DEV-DETECT-GLIBC" |
|
|
commandaction="Developer detect glibc" |
|
|
commandaction="Detect Glibc Requirements" |
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
fn_firstcommand_set |
|
|
fn_firstcommand_set |
|
|
|
|
|
|
|
|
echo -e "glibc Requirements Checker" |
|
|
fn_print_header |
|
|
fn_messages_separator |
|
|
|
|
|
|
|
|
|
|
|
if [ ! "$(command -v objdump 2> /dev/null)" ]; then |
|
|
if [ ! "$(command -v objdump 2> /dev/null)" ]; then |
|
|
fn_print_failure_nl "objdump is missing" |
|
|
fn_print_failure_nl "objdump is missing" |
|
|