Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov authored Dec 29, 2024
1 parent d179163 commit 501239e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildScripts/github/install_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dll_search(){
;;
Linux)
# Find dependencies that have not been packaged, but are still in the system
find . -namr '*.so*' -print0 | xargs -0 -nl ldd | grep -Ev "not found$" | grep so | sed -e '/^[^\t]/ d' | sed -e 's/\t//' \
find . -name '*.so*' -print0 | xargs -0 -nl ldd | grep -Ev "not found$" | grep so | sed -e '/^[^\t]/ d' | sed -e 's/\t//' \
| sed -e 's/.*=..//' | sed -e 's/ (0.*)//' | grep -Ev "lib(c|dl|m|pthread|rt)\.so.*" \
| grep -Ev "$LD_LIBRARY_PATH" | grep -Ev "ld|linux-vdso"

Expand Down

0 comments on commit 501239e

Please sign in to comment.