From f680adfdc432c6da7445d7e0f05aa82345036f97 Mon Sep 17 00:00:00 2001 From: VHSgunzo Date: Sat, 23 Nov 2024 15:23:52 +0300 Subject: [PATCH] Update lib4bin --- Cargo.toml | 2 +- lib4bin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 53d5cec..cbd6193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sharun" -version = "0.1.8" +version = "0.1.9" readme = "README.md" license = "MIT" repository = "https://github.com/VHSgunzo/sharun" diff --git a/lib4bin b/lib4bin index 4bf50d8..c2aa303 100755 --- a/lib4bin +++ b/lib4bin @@ -126,7 +126,7 @@ get_libs() { sleep $STRACE_TIME local pids="$(cut -d ' ' -f1<"$libs_file"|sort -u)" kill $pids 2>/dev/null - local libs="$(echo -e "$(sed '/nvidia/d;/libcuda/d;/ENOENT/d;/glibc-hwcaps/d'<"$libs_file"|\ + local libs="$(echo -e "$(sed '/nvidia/d;/libcuda/d;/ENOENT/d;/unfinished/d'<"$libs_file"|\ grep -oP '".*lib.*\.so.*"'|sed -u 's|"||g')")\n" rm -f "$libs_file" fi