From 6848fd545ce1d0dfbc667ff211ca23ecc85bbfd3 Mon Sep 17 00:00:00 2001 From: stevezhengshiqi Date: Mon, 24 May 2021 10:26:03 +0800 Subject: [PATCH] Minor buildme style fix --- buildme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildme b/buildme index 20f0ff78d..6851a10bc 100755 --- a/buildme +++ b/buildme @@ -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