read without -r will mangle backslashes

This commit is contained in:
Jesús
2021-07-16 16:49:35 -05:00
parent c26d6ba30e
commit b04d75063f

View File

@@ -1726,7 +1726,7 @@ hyperdiinstallchroot(){
# --------------------------------------------------------
pressanykey(){
read -n1 -p "${txtpressanykey}"
read -r -n1 -p "${txtpressanykey}"
}
loadstrings(){