From 8d60ceb59ba6b0fabb409af14d30b3b92773cdfb Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 3 Mar 2019 00:30:38 +0000 Subject: [PATCH] revert travis test --- lgsm/functions/info_glibc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index 12ae50bee..e23aaf0f1 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -5,6 +5,5 @@ # Description: Stores details on servers Glibc requirements. local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" -echo "${serverlist}" -echo "${shortname}" + glibcrequired=$(awk -F "," '{ print $1","$5 }' "${serverlist}" | grep -w "${shortname}" | awk -F "," '{ print $2 }')