lib.sh: simplify mk()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-04-23 04:12:53 +01:00
parent 83022b6ba8
commit 0c5c5ffc87
+1 -1
View File
@@ -290,6 +290,6 @@ mk()
{
mk_flag="$1" || $err "No argument given"
shift 1 && for mk_arg in "$@"; do
./mk $mk_flag $mk_arg || $err "./mk $mk_flag $mk_arg"; :
x_ ./mk $mk_flag $mk_arg
done; :
}