* allow for the fact that svnversion might fail
This commit was SVN r8077.
Этот коммит содержится в:
родитель
3507d5e9cd
Коммит
5bf0a7bc62
@ -56,6 +56,10 @@ if test -n "$gv_ver_file" -a -f "$gv_ver_file"; then
|
||||
if test "$gv_svn_r" = "-1"; then
|
||||
if test -d "$srcdir/.svn"; then
|
||||
ver=r`svnversion "$srcdir"`
|
||||
# make sure svnversion worked
|
||||
if test "$?" != "0" ; then
|
||||
ver=svn`date '+%m%d%Y'`
|
||||
fi
|
||||
else
|
||||
ver=svn`date '+%m%d%Y'`
|
||||
fi
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user