From c3ef246baa587aa1d225320e287e05da315886d3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 24 Oct 2017 10:27:43 +0200 Subject: bin/build-packages: sort content of square brackets in namcap output - hopefully this reduces the count of diff-lines --- bin/build-packages | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/build-packages') 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' | \ -- cgit v1.2.3-54-g00ecf