diff --git a/lgsm/functions/command_dev_detect_glibc.sh b/lgsm/functions/command_dev_detect_glibc.sh index 2c8be6c42..015f18b99 100644 --- a/lgsm/functions/command_dev_detect_glibc.sh +++ b/lgsm/functions/command_dev_detect_glibc.sh @@ -56,11 +56,11 @@ do echo -n "${i} / ${glibc_check_files}" $'\r' ((i++)) done - if [ -f "${tmpdir}/detect_glibc_files_${glibc_check_var}.tmp" ]; then echo "" echo "" echo "${glibc_check_name} GLIBC Requirements" echo "=================================" + if [ -f "${tmpdir}/detect_glibc_files_${glibc_check_var}.tmp" ]; then echo "Required GLIBC" cat "${tmpdir}/detect_glibc_${glibc_check_var}.tmp" | sort | uniq | sort -r --version-sort | head -1 echo ""