Browse Source

fix: remove unneeded echo

pull/3752/head
Daniel Gibbs 3 years ago
parent
commit
ad8fc3ac8a
  1. 1
      lgsm/functions/info_distro.sh

1
lgsm/functions/info_distro.sh

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

Loading…
Cancel
Save