diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index b33d979b5..e23aaf0f1 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -6,4 +6,4 @@ local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" -glibcrequired=$(awk -F "," '{ print $1,$5 }' "${serverlist}" | grep "${shortname}" ) \ No newline at end of file +glibcrequired=$(awk -F "," '{ print $1","$5 }' "${serverlist}" | grep -w "${shortname}" | awk -F "," '{ print $2 }')