Skip to content

Commit 7c1b20c

Browse files
authored
Update android-tools-appimage.sh
1 parent c2b64fd commit 7c1b20c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android-tools-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ else
6868
echo "$UDEVNOTICE"
6969
echo "Falling back to example adb shell:"
7070
read -p "Do you wan to run adb shell? (y/n): " yn
71-
if echo "$yn" | grep -i '^y'; then
71+
if echo "$yn" | grep -i '^y' >/dev/null 2>&1; then
7272
"$CURRENTDIR"/adb shell
7373
fi
7474
fi

0 commit comments

Comments
 (0)