Skip to content

Commit 11982cc

Browse files
fix bug that causing to reset terminal
1 parent 4f1ba2b commit 11982cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udroid/src/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ remove() {
664664
esac
665665
done
666666

667-
if ! reset; then
667+
if ! $reset; then
668668
TITLE "> REMOVE $arg($distro)"
669669
else
670670
TITLE "> RESET $arg($distro)"

0 commit comments

Comments
 (0)