mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +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
|
||||
echo "Differences found!";
|
||||
diff -wu $FARM/$I18NFILE $I18NFILE | less;
|
||||
git checkout *.po;
|
||||
git checkout *.po *.gmo;
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user