Update update-po.sh script.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40290 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-11-26 23:49:36 +00:00
parent f05fc288fb
commit 15a2216dab

View File

@ -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";