소스 검색

moved header

Daniel Gibbs 8 년 전
부모
커밋
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 ""