Skip to content

Commit 7061f12

Browse files
unset LD_PRELOAD
1 parent 681b8cd commit 7061f12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

udroid/src/proot-utils/proot-utils.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ p_extract() {
3131
[[ ! -f $file ]] && msg "file not found" && return 1
3232
[[ ! -d $path ]] && msg "path not found" && return 1
3333

34+
unset LD_PRELOAD
3435
if ! $NO_PROG; then
3536
pv $file | proot \
3637
--link2symlink \

0 commit comments

Comments
 (0)