From d869487a332f3e759c23f45555cacf77ad0ac3ba Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 16 Jun 2018 17:52:13 +0100 Subject: [PATCH] moved header --- lgsm/functions/command_dev_detect_glibc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""