|
|
@ -5,9 +5,12 @@ |
|
|
|
# Description: Automatically detects the version of GLIBC that is required. |
|
|
|
# Can check a file or directory recursively. |
|
|
|
|
|
|
|
commandname="DEV-DETECT-GLIBC" |
|
|
|
commandaction="Developer detect glibc" |
|
|
|
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
fn_commandname(){ |
|
|
|
commandname="DEV-DETECT-GLIBC" |
|
|
|
commandaction="Developer detect glibc" |
|
|
|
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
} |
|
|
|
fn_commandname |
|
|
|
|
|
|
|
echo -e "=================================" |
|
|
|
echo -e "glibc Requirements Checker" |
|
|
|