Browse Source

core_exit.sh

pull/1331/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
7660f3a874
  1. 4
      lgsm/functions/command_dev_detect_glibc.sh

4
lgsm/functions/command_dev_detect_glibc.sh

@ -37,4 +37,6 @@ while IFS= read -r -d $'\0' line; do
done
echo ""
cat "${tmpdir}/detect_glibc.tmp"|sort|uniq|sort -r --version-sort
rm "${tmpdir}/detect_glibc.tmp"
rm "${tmpdir}/detect_glibc.tmp"
core_exit.sh

Loading…
Cancel
Save