From: Richard Heck Date: Sun, 4 Jan 2015 17:47:16 +0000 (-0500) Subject: Small fix to po update script. X-Git-Tag: 2.1.3~31 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5ed6cd417a3423e764b1fd8bd63e739961340dcd;p=features.git Small fix to po update script. --- diff --git a/development/tools/update-po.sh b/development/tools/update-po.sh index a024deac99..dc4abb118d 100644 --- a/development/tools/update-po.sh +++ b/development/tools/update-po.sh @@ -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