Browse Source

revert travis test

pull/2217/head
Daniel Gibbs 7 years ago
parent
commit
8d60ceb59b
  1. 3
      lgsm/functions/info_glibc.sh

3
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 }')

Loading…
Cancel
Save