mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r6354: merge from 4_0 rev 6353:
we need the english output from the svn commands metze
This commit is contained in:
parent
f0bb44ac58
commit
6b84f30e3d
@ -46,6 +46,8 @@ fi
|
||||
|
||||
|
||||
if test x"${SAMBA_VERSION_IS_SVN_SNAPSHOT}" = x"yes";then
|
||||
_SAVE_LANG=${LANG}
|
||||
LANG=""
|
||||
HAVESVN=no
|
||||
svn info ${SOURCE_DIR} >/dev/null 2>&1 && HAVESVN=yes
|
||||
TMP_REVISION=`(svn info ${SOURCE_DIR} 2>/dev/null || svk info ${SOURCE_DIR} 2>/dev/null) |grep 'Last Changed Rev.*:' |sed -e 's/Last Changed Rev.*: \([0-9]*\).*/\1/'`
|
||||
@ -63,6 +65,7 @@ if test x"${SAMBA_VERSION_IS_SVN_SNAPSHOT}" = x"yes";then
|
||||
else
|
||||
SAMBA_VERSION_STRING="${SAMBA_VERSION_STRING}-SVN-build-UNKNOWN"
|
||||
fi
|
||||
LANG=${_SAVE_LANG}
|
||||
fi
|
||||
|
||||
if test -n "${SAMBA_VERSION_VENDOR_SUFFIX}";then
|
||||
|
Loading…
Reference in New Issue
Block a user