linguas.sh: fix error when removing non-existing autogenerated files

This commit is contained in:
Andrei Borzenkov 2015-08-09 16:28:12 +03:00
parent 72fc110d95
commit d7a85e69e0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ autogenerated="en@quot en@hebrew de@hebrew en@cyrillic en@greek en@arabic en@pig
for x in $autogenerated; do
rm "po/$x.po";
rm -f "po/$x.po";
done