minor cleanup

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-17 11:02:02 +01:00
parent f59e5d8e2b
commit a0951d1127
5 changed files with 14 additions and 28 deletions
+1 -2
View File
@@ -144,8 +144,7 @@ dx_()
{
xchk dx_ "$@"
[ ! -f "$2" ] && \
return 0
[ ! -f "$2" ] && return 0
while read -r fx; do
$1 "$fx" || return 1; :