mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 10:22:46 +00:00
cleanpo.sh: fix unique line printing
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
cda740d95d
commit
4930f45687
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ result=""
|
||||||
for f in $(find "kde-l10n" -name '*.po' $regex);do
|
for f in $(find "kde-l10n" -name '*.po' $regex);do
|
||||||
result+="$(basename $f)\n"
|
result+="$(basename $f)\n"
|
||||||
done
|
done
|
||||||
echo -e "$result" | uniq -u
|
echo -e "$result" | sort -u
|
||||||
|
|
||||||
echo "All done"
|
echo "All done"
|
||||||
|
|
Loading…
Add table
Reference in a new issue