From be870e1a9ddfc6e2d7943eb3d58d7cfcd12da16b Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 5 Jan 2026 04:06:33 -0600 Subject: [PATCH] fix broken newline --- android/0_termux-setup_v2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/0_termux-setup_v2.sh b/android/0_termux-setup_v2.sh index a95fbe3..c87dc18 100644 --- a/android/0_termux-setup_v2.sh +++ b/android/0_termux-setup_v2.sh @@ -386,8 +386,8 @@ notify_ask_one() { --content "$content" \ --sound \ --button1 "Answer" \ - --button1-action "sh -lc 'printf \"%s\" \"\$REPLY\" > \"$out\"'" - || return 1 + --button1-action "sh -lc 'printf \"%s\" \"\$REPLY\" > \"$out\"'" \ + || return 1 local start now start="$(date +%s)"