mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +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:
2
mk
2
mk
@@ -277,7 +277,7 @@ check_project_hashes()
|
||||
[ ! -f "$XBMK_CACHE/hash/$project$tree" ] || \
|
||||
read -r old_pjhash < "$XBMK_CACHE/hash/$project$tree"
|
||||
|
||||
fx_ sha512sum "$datadir" "$configdir/$tree" "$mdir" \
|
||||
fx_ "x_ sha512sum" "$datadir" "$configdir/$tree" "$mdir" \
|
||||
-type f -not -path "*/.git*/*" | awk '{print $1}' > \
|
||||
"$xbmktmp/project.hash" || $err "!h $project $tree"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user