diff options
author | KatolaZ <katolaz@freaknet.org> | 2020-01-07 16:42:36 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2020-01-07 16:42:36 +0000 |
commit | 48aad16544e9f8bccd339463f498c079d1b482c5 (patch) | |
tree | aa251aaa3040c6bbcfdf66a8cfbc0dd001c44688 | |
parent | b548254c6348160c48787164efd5eafab6fa988f (diff) |
-rwxr-xr-x | bibsum | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,6 +25,6 @@ while read -r line; do attrall=$(echo "$line" | cut -f 2-) attrs=$(echo "$line" | tr '\t' '\n' | sort | grep -aEi "($fields)" | \ tr '\n' '\t' | sed -E 's/\ +/ /g;s/\t+/\t/g') - printf "%s\t%s}\n" $name $attrs + printf "%s\t%s}\n\n" $name $attrs fi done |