This commit is contained in:
Peter Kleiweg
2026-04-09 18:24:20 +02:00
parent 970e133e65
commit 79003df87a

View File

@@ -151,7 +151,7 @@ fi
if [ $SINGLE = 1 ]
then
SORT="sed -e 's/\.[0-9][0-9]*$//' | sort | uniq | sed -e 's/\(.*\)\t.*/\1\t/'"
SORT="sed -e 's/\.[0-9][0-9]*$//' | sort | uniq | sed -e 's/\(.*\)\t.*/\1/'"
TEMPLATE="$TEMPLATE"'\t%I'
else
SORT=sort