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