mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-07 09:46:54 +00:00
Small fix to po update script.
This commit is contained in:
parent
fb815aa1b0
commit
5ed6cd417a
@ -98,7 +98,7 @@ fi
|
|||||||
if [ -z "$COMMIT" ]; then
|
if [ -z "$COMMIT" ]; then
|
||||||
echo "Differences found!";
|
echo "Differences found!";
|
||||||
diff -wu $FARM/$I18NFILE $I18NFILE | less;
|
diff -wu $FARM/$I18NFILE $I18NFILE | less;
|
||||||
git checkout *.po;
|
git checkout *.po *.gmo;
|
||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user