Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Nov 8, 2024
1 parent 6b59081 commit e8fa6b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sharun"
version = "0.0.8"
version = "0.0.9"
readme = "README.md"
license = "MIT"
repository = "https://github.com/VHSgunzo/sharun"
Expand All @@ -21,4 +21,4 @@ opt-level = 0

[dependencies]
walkdir = "2.5.0"
userland-execve = "0.2.0"
userland-execve = "0.2.0"
2 changes: 1 addition & 1 deletion lib4bin
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ get_libs() {
[ -n "$2" ] && local needed_libs="$2"||\
local needed_libs="$(print_needed "$1")"
local libs="$(([ -z "$needed_libs" ]||\
grep -E "$(tr '\n' '$|'<<<"$needed_libs")libpthread.so.0$"<<<"$ALL_LIBS" ; \
grep -E "$(tr '\n' '|'<<<"$needed_libs"|sed 's|\||$\||g')libpthread.so.0$"<<<"$ALL_LIBS" ; \
ldd_libs "$1")|sort -u)"
[ -n "$IS_ELF32" ] && \
local libs="$(grep -vE '/lib/|/lib64/|/x86_64-linux-gnu/'<<<"$libs")"||\
Expand Down

0 comments on commit e8fa6b8

Please sign in to comment.