xbmk: general cleanup: unroll condensed code lines

i overlooked a number of lines, during previous cleanup

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-10-04 02:43:24 +01:00
parent e1c70f4319
commit 0605fbe720
10 changed files with 118 additions and 41 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ release()
reldir="release"
while getopts m: option; do
while getopts m: option
do
if [ -z "$OPTARG" ]; then
err "empty argument not allowed" "release" "$@"
fi