summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-packages b/bin/build-packages
index 4a727ca..51f73c3 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -727,7 +727,7 @@ while [ "${count}" -ne 0 ] && \
>&2 printf ' failed.\n'
# receive missing keys
# shellcheck disable=SC2038
- find . -type f -maxdepth 1 -name '*.build-log' -exec \
+ find . -maxdepth 1 -type f -name '*.build-log' -exec \
sed -n '
s/^.* FAILED (unknown public key \([0-9A-F]\{16\}\)).*$/0x\1/
T