Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi committed Nov 21, 2024
1 parent 2d80dcf commit 9db2a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function get_deps() {
#
sudo rm /etc/ld.so.cache
sudo ldconfig
(LD_LIBRARY_PATH="$(ldconfig -v 2>/dev/null | grep -v ^$'\t' | sed "s@^@$workdir@" | cut -d':' -f1 | paste -sd':' | tr -d '\n'):$workdir/usr/lib/x86_64-linux-gnu/systemd" \
(LD_LIBRARY_PATH="$(ldconfig -v 2>/dev/null | grep -v ^$'\t' | sed "s@^@$workdir@" | cut -d':' -f1 | paste -sd':'):$workdir/usr/lib/x86_64-linux-gnu/systemd" \
ldd "$binary" 2>/dev/null || true) | while read -r line; do
if ! echo "$line" | grep "=>" &>/dev/null; then
continue
Expand Down

0 comments on commit 9db2a63

Please sign in to comment.