mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-30 14:50:12 +03:00
hiding warnings
This commit is contained in:
parent
820a83ee1e
commit
dbe1d7b3c4
@ -13,7 +13,7 @@ function generate_desktop_file
|
||||
{
|
||||
cd "$BASEDIR/$1"
|
||||
|
||||
LINGUAS=$(ls *.po | xargs --no-run-if-empty --max-args=1 basename -s .po)
|
||||
LINGUAS=$(ls | grep ".*.po$" | xargs --no-run-if-empty --max-args=1 basename -s .po)
|
||||
echo $LINGUAS > LINGUAS
|
||||
|
||||
# msgfmt first reads the ‘LINGUAS’ file under directory,
|
||||
|
Loading…
x
Reference in New Issue
Block a user