mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use read with the -r option
This commit is contained in:
parent
d14c4288ec
commit
2784135c37
@ -91,7 +91,7 @@ function ask_expectation_update
|
||||
|
||||
while true
|
||||
do
|
||||
read -N 1 -p "(e)dit/(u)pdate expectations/(s)kip/(q)uit? "
|
||||
read -r -N 1 -p "(e)dit/(u)pdate expectations/(s)kip/(q)uit? "
|
||||
echo
|
||||
case $REPLY in
|
||||
e*) "$editor" "$expectationFile"; break;;
|
||||
|
Loading…
Reference in New Issue
Block a user