| Subject: | svn commit: samba r6353 - in branches/SAMBA_4_0/source/script: . |
|---|---|
| From: | metze@xxxxxxxxx |
| Date: | Fri, 15 Apr 2005 15:36:53 +0000 (GMT) |
Author: metze Date: 2005-04-15 15:36:53 +0000 (Fri, 15 Apr 2005) New Revision: 6353 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6353 Log: we need the english output from the svn commands metze Modified: branches/SAMBA_4_0/source/script/mkversion.sh Changeset: Modified: branches/SAMBA_4_0/source/script/mkversion.sh =================================================================== --- branches/SAMBA_4_0/source/script/mkversion.sh 2005-04-15 14:45:00 UTC (rev 6352) +++ branches/SAMBA_4_0/source/script/mkversion.sh 2005-04-15 15:36:53 UTC (rev 6353) @@ -46,6 +46,8 @@ 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 @@ else SAMBA_VERSION_STRING="${SAMBA_VERSION_STRING}-SVN-build-UNKNOWN" fi + LANG=${_SAVE_LANG} fi if test -n "${SAMBA_VERSION_VENDOR_SUFFIX}";then |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | svn commit: samba r6355 - in trunk/source/script: ., metze |
|---|---|
| Next by Date: | svn commit: samba-web r631 - in trunk: . history, jerry |
| Previous by Thread: | svn commit: samba r6355 - in trunk/source/script: ., metze |
| Next by Thread: | svn commit: samba-web r631 - in trunk: . history, jerry |
| Indexes: | [Date] [Thread] [Top] [All Lists] |