diff options
author | Jesús <heckyel@hyperbola.info> | 2021-07-16 16:49:35 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-07-16 16:49:35 -0500 |
commit | b04d75063f3ab8f8a3db006178ee4a35813b8d19 (patch) | |
tree | b3b64472097c7753c715ab82629b19d4a6126b94 | |
parent | c26d6ba30ebfad47d3c24e8068908bdbe98b3ae3 (diff) | |
download | hyperfi-b04d75063f3ab8f8a3db006178ee4a35813b8d19.tar.lz hyperfi-b04d75063f3ab8f8a3db006178ee4a35813b8d19.tar.xz hyperfi-b04d75063f3ab8f8a3db006178ee4a35813b8d19.zip |
read without -r will mangle backslashes
-rw-r--r-- | hyperfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1726,7 +1726,7 @@ hyperdiinstallchroot(){ # -------------------------------------------------------- pressanykey(){ - read -n1 -p "${txtpressanykey}" + read -r -n1 -p "${txtpressanykey}" } loadstrings(){ |