From: Richard Heck Date: Sat, 26 Nov 2011 23:49:46 +0000 (+0000) Subject: Update po update script. X-Git-Tag: 2.0.2~1 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5db1a632636d78061d109deb78d0317801398b17;p=features.git Update po update script. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40291 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/tools/update-po.sh b/development/tools/update-po.sh index 56a46f0249..09dc8e074f 100644 --- a/development/tools/update-po.sh +++ b/development/tools/update-po.sh @@ -54,7 +54,7 @@ fi # Git or SVN? VCS=""; -if svn log >/dev/null 2>&1; then +if svn log -l 5 >/dev/null 2>&1; then VCS="svn"; elif git diff >/dev/null 2>&1; then VCS="git";