mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user