aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-07-16 16:49:35 -0500
committerJesús <heckyel@hyperbola.info>2021-07-16 16:49:35 -0500
commitb04d75063f3ab8f8a3db006178ee4a35813b8d19 (patch)
treeb3b64472097c7753c715ab82629b19d4a6126b94
parentc26d6ba30ebfad47d3c24e8068908bdbe98b3ae3 (diff)
downloadhyperfi-b04d75063f3ab8f8a3db006178ee4a35813b8d19.tar.lz
hyperfi-b04d75063f3ab8f8a3db006178ee4a35813b8d19.tar.xz
hyperfi-b04d75063f3ab8f8a3db006178ee4a35813b8d19.zip
read without -r will mangle backslashes
-rw-r--r--hyperfi2
1 files changed, 1 insertions, 1 deletions
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(){