Daniel Gibbs 8 лет назад
Родитель
Сommit
d869487a33
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/command_dev_detect_glibc.sh

+ 1 - 1
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 ""