|
@@ -5,6 +5,10 @@
|
|
|
# Description: Automatically detects the version of GLIBC that is required.
|
|
# Description: Automatically detects the version of GLIBC that is required.
|
|
|
# Can check a file or directory recursively.
|
|
# Can check a file or directory recursively.
|
|
|
|
|
|
|
|
|
|
+local commandname="DETECT-GLIBC"
|
|
|
|
|
+local commandaction="Detect-Glibc"
|
|
|
|
|
+local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|
|
|
|
+
|
|
|
echo "================================="
|
|
echo "================================="
|
|
|
echo "GLIBC Requirements Checker"
|
|
echo "GLIBC Requirements Checker"
|
|
|
echo "================================="
|
|
echo "================================="
|