소스 검색

removed test code

Daniel Gibbs 10 년 전
부모
커밋
c057c9bf48
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lgsm/functions/command_details.sh

+ 0 - 1
lgsm/functions/command_details.sh

@@ -189,7 +189,6 @@ fn_details_script(){
 		echo -e "\e[34mUser:\t\e[0m$(whoami)"
 
 		# GLIBC required
-		glibcrequired="UNKNOWN"
 		if [ -n "${glibcrequired}" ]; then
 			if [ "${glibcrequired}" == "UNKNOWN" ]; then
 				echo -e "\e[34mGLIBC required:\t\e[0;31m${glibcrequired}"