mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #11200 from ethereum/fixAutoUpdateMacos
This commit is contained in:
commit
b2555eac81
@ -93,7 +93,7 @@ function ask_expectation_update
|
||||
|
||||
while true
|
||||
do
|
||||
read -r -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