diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-17 11:02:02 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-17 11:06:12 +0100 |
| commit | a0951d11273491d1ca9c89cf53db91ab03b2fe02 (patch) | |
| tree | f4898762dfa22a66d32adb057f2cb75d864b68fa /include/lib.sh | |
| parent | f59e5d8e2b0339811c4242aa1e1ae8db8bcc8dfd (diff) | |
minor cleanup
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/lib.sh')
| -rw-r--r-- | include/lib.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/lib.sh b/include/lib.sh index c8b07b60..b410a173 100644 --- a/include/lib.sh +++ b/include/lib.sh @@ -144,8 +144,7 @@ dx_() { xchk dx_ "$@" - [ ! -f "$2" ] && \ - return 0 + [ ! -f "$2" ] && return 0 while read -r fx; do $1 "$fx" || return 1; : |
