mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
f05fc288fb
commit
15a2216dab
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user