From 706472f53bcd91e0307ec03c0ce5dd5c6679eba8 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 24 Oct 2017 10:31:19 +0200 Subject: bin/common-functions, bin/build-packages: fix typo in function name --- bin/build-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-packages') diff --git a/bin/build-packages b/bin/build-packages index 8017725..4d38ee0 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -343,7 +343,7 @@ 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_quare_bracket_content "${log}" | \ + sort_square_bracket_content "${log}" | \ sort | \ sponge "${log}" done -- cgit v1.2.3-54-g00ecf