diff --git a/namen.sh b/namen.sh index a238067..7222c46 100755 --- a/namen.sh +++ b/namen.sh @@ -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