Skip to content

Commit 8666007

Browse files
unset path before calling install
1 parent a2e508f commit 8666007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

udroid/src/udroid.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ remove() {
690690
bash proot-utils/proot-uninstall-suite.sh "$root_fs_path"
691691

692692
if [[ $reset == true ]]; then
693+
unset path
693694
install $arg
694695
fi
695696

0 commit comments

Comments
 (0)