mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 10:12:04 +02:00
scripts: fix indentation in switch/case blocks
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -50,10 +50,13 @@ main()
|
|||||||
|
|
||||||
while getopts r:b:m: option
|
while getopts r:b:m: option
|
||||||
do
|
do
|
||||||
case "${option}"
|
case "${option}" in
|
||||||
in
|
r)
|
||||||
r)rom=${OPTARG};;
|
rom=${OPTARG}
|
||||||
b)board=${OPTARG};;
|
;;
|
||||||
|
b)
|
||||||
|
board=${OPTARG}
|
||||||
|
;;
|
||||||
m)
|
m)
|
||||||
modifygbe=true
|
modifygbe=true
|
||||||
new_mac=${OPTARG}
|
new_mac=${OPTARG}
|
||||||
|
|||||||
Reference in New Issue
Block a user