summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/build-packages b/bin/build-packages
index fdeb420..8017725 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -343,7 +343,8 @@ while [ "${count}" -ne 0 ]; do
# now we generate diffs from the namcap.logs
find . "${tar_content_dir}/" -maxdepth 1 -type f -name '*.pkg.tar.xz-namcap.log' -printf '%p\n' | \
while read -r log; do
- sort "${log}" | \
+ sort_quare_bracket_content "${log}" | \
+ sort | \
sponge "${log}"
done
find "${tar_content_dir}/" -maxdepth 1 -type f -name '*.pkg.tar.xz-namcap.log' -printf '%f\n' | \