Skip to content

Commit e8fa6b8

Browse files
committed
v0.0.9
1 parent 6b59081 commit e8fa6b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sharun"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
readme = "README.md"
55
license = "MIT"
66
repository = "https://github.com/VHSgunzo/sharun"
@@ -21,4 +21,4 @@ opt-level = 0
2121

2222
[dependencies]
2323
walkdir = "2.5.0"
24-
userland-execve = "0.2.0"
24+
userland-execve = "0.2.0"

lib4bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ get_libs() {
117117
[ -n "$2" ] && local needed_libs="$2"||\
118118
local needed_libs="$(print_needed "$1")"
119119
local libs="$(([ -z "$needed_libs" ]||\
120-
grep -E "$(tr '\n' '$|'<<<"$needed_libs")libpthread.so.0$"<<<"$ALL_LIBS" ; \
120+
grep -E "$(tr '\n' '|'<<<"$needed_libs"|sed 's|\||$\||g')libpthread.so.0$"<<<"$ALL_LIBS" ; \
121121
ldd_libs "$1")|sort -u)"
122122
[ -n "$IS_ELF32" ] && \
123123
local libs="$(grep -vE '/lib/|/lib64/|/x86_64-linux-gnu/'<<<"$libs")"||\

0 commit comments

Comments
 (0)