read without -r will mangle backslashes
This commit is contained in:
parent
c26d6ba30e
commit
b04d75063f
2
hyperfi
2
hyperfi
@ -1726,7 +1726,7 @@ hyperdiinstallchroot(){
|
|||||||
|
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
pressanykey(){
|
pressanykey(){
|
||||||
read -n1 -p "${txtpressanykey}"
|
read -r -n1 -p "${txtpressanykey}"
|
||||||
}
|
}
|
||||||
|
|
||||||
loadstrings(){
|
loadstrings(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user