Browse Source

fix glibcrequired var

pull/2217/head
Daniel Gibbs 7 years ago
parent
commit
a3fc7235c6
  1. 2
      lgsm/functions/info_glibc.sh

2
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}" )
glibcrequired=$(awk -F "," '{ print $1","$5 }' "${serverlist}" | grep -w "${shortname}" | awk -F "," '{ print $2 }')

Loading…
Cancel
Save