summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk b/mk
index 29c8ee5d..2f5b6057 100755
--- a/mk
+++ b/mk
@@ -309,7 +309,7 @@ check_project_hashes()
$err "!sort project tmp/list"
while read -r rmchk; do
- [ ! -f "$rmchk" ] || sha512sum "$rmchk" | awk \
+ [ ! -f "$rmchk" ] || x_ sha512sum "$rmchk" | awk \
'{print $1}' >> "$TMPDIR/project.hash" || $err "!h $rmchk"
done < "$TMPDIR/project.list"