File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sharun"
3
- version = " 0.0.8 "
3
+ version = " 0.0.9 "
4
4
readme = " README.md"
5
5
license = " MIT"
6
6
repository = " https://github.com/VHSgunzo/sharun"
@@ -21,4 +21,4 @@ opt-level = 0
21
21
22
22
[dependencies ]
23
23
walkdir = " 2.5.0"
24
- userland-execve = " 0.2.0"
24
+ userland-execve = " 0.2.0"
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ get_libs() {
117
117
[ -n " $2 " ] && local needed_libs=" $2 " || \
118
118
local needed_libs=" $( print_needed " $1 " ) "
119
119
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 " ; \
121
121
ldd_libs "$1 ")|sort -u)"
122
122
[ -n "$IS_ELF32 " ] && \
123
123
local libs="$(grep -vE '/lib/|/lib64 /|/x86 _64 -linux-gnu/'<<<"$libs ")"||\
You can’t perform that action at this time.
0 commit comments