瀏覽代碼

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}"