diff --git a/cleanpo.sh b/cleanpo.sh index 0171e31..2b91653 100755 --- a/cleanpo.sh +++ b/cleanpo.sh @@ -29,6 +29,6 @@ result="" for f in $(find "kde-l10n" -name '*.po' $regex);do result+="$(basename $f)\n" done -echo -e "$result" | uniq -u +echo -e "$result" | sort -u echo "All done"