Skip to content

Commit

Permalink
Minor buildme style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed May 24, 2021
1 parent 577398f commit 6848fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildme
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6848fd5

Please sign in to comment.