bugfix
This commit is contained in:
2
namen.sh
2
namen.sh
@@ -151,7 +151,7 @@ fi
|
|||||||
|
|
||||||
if [ $SINGLE = 1 ]
|
if [ $SINGLE = 1 ]
|
||||||
then
|
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'
|
TEMPLATE="$TEMPLATE"'\t%I'
|
||||||
else
|
else
|
||||||
SORT=sort
|
SORT=sort
|
||||||
|
|||||||
Reference in New Issue
Block a user