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
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

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