From b04d75063f3ab8f8a3db006178ee4a35813b8d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 16 Jul 2021 16:49:35 -0500 Subject: [PATCH] read without -r will mangle backslashes --- hyperfi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperfi b/hyperfi index 2a7ea72..c8667f4 100644 --- a/hyperfi +++ b/hyperfi @@ -1726,7 +1726,7 @@ hyperdiinstallchroot(){ # -------------------------------------------------------- pressanykey(){ - read -n1 -p "${txtpressanykey}" + read -r -n1 -p "${txtpressanykey}" } loadstrings(){