Minor buildme style fix

This commit is contained in:
stevezhengshiqi 2021-05-24 10:26:03 +08:00
parent 577398f638
commit 6848fd545c

View File

@ -447,9 +447,9 @@ PS3='
Please enter your choice: '
options=( 'test Clover with boot6'
'test Clover with boot7'
'test build (no autogen, no boot files)'
'test build (no autogen, no boot files)'
'back to buildme'
'quit')
'quit')
select opt in "${options[@]}"
do
case $opt in