mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 23:09:40 +02:00
mk: Allow use of x_ on prefix functions
Use this for the sha512sum command, on the main mk script at the function check_project_hashes(). Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ find_ex()
|
||||
$errx find "$@" 2>/dev/null | sort > "$fd" || \
|
||||
$err "!find $(echo "$@") > \"$fd\""
|
||||
while read -r fx; do
|
||||
"$xx" "$fx" || break; :
|
||||
$xx "$fx" || break; :
|
||||
done < "$fd"
|
||||
x_ rm -f "$fd"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user