Skip to content

Commit

Permalink
fix: remove unneeded echo
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Jan 3, 2022
1 parent 3456c92 commit ad8fc3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lgsm/functions/info_distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ else
distrosupport=unknown
fi

echo "${distrosupport}"
## Glibc version
# e.g: 1.17
glibcversion="$(ldd --version | sed -n '1s/.* //p')"
Expand Down

0 comments on commit ad8fc3a

Please sign in to comment.