From bbb218c0e273b696dc039c5e3013cfc0f46855b9 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 30 Apr 2023 17:21:34 +0200 Subject: [PATCH] Remove bad c/p --- util/android-commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/android-commands.sh b/util/android-commands.sh index 9f1d28db8..668815f7d 100755 --- a/util/android-commands.sh +++ b/util/android-commands.sh @@ -4,7 +4,7 @@ # There are three shells: the host's, adb, and termux. Only adb lets us run # commands directly on the emulated device, only termux provides a GNU # environment on the emulated device (to e.g. run cargo). So we use adb to -# launch termux, then to send keystrokes to it while it's ruMbdfhnRrVnning. +# launch termux, then to send keystrokes to it while it's running. # This means that the commands sent to termux are first parsed as arguments in # this shell, then as arguments in the adb shell, before finally being used as # text inputs to the app. Hence, the "'wrapping'" on those commands.