浏览代码

fix: remove unneeded echo

Daniel Gibbs 4 年之前
父节点
当前提交
ad8fc3ac8a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lgsm/functions/info_distro.sh

+ 0 - 1
lgsm/functions/info_distro.sh

@@ -96,7 +96,6 @@ else
 	distrosupport=unknown
 fi
 
-echo "${distrosupport}"
 ## Glibc version
 # e.g: 1.17
 glibcversion="$(ldd --version | sed -n '1s/.* //p')"