forked from I2P_Developers/i2p.i2p
dont create messages.mo file
This commit is contained in:
@@ -20,7 +20,7 @@ DIRS="\
|
|||||||
for i in `find $DIRS -maxdepth 1 -type f -name *.po`
|
for i in `find $DIRS -maxdepth 1 -type f -name *.po`
|
||||||
do
|
do
|
||||||
echo "Checking $i ..."
|
echo "Checking $i ..."
|
||||||
msgfmt -c $i
|
msgfmt -c $i -o /dev/null
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
echo "********* FAILED CHECK FOR $i *************"
|
echo "********* FAILED CHECK FOR $i *************"
|
||||||
|
Reference in New Issue
Block a user