msrtool/configure: change svn to git

Change-Id: I212e44fc7edfd1458b04fb42a8e964a3367dd72d
Signed-off-by: Iru Cai <mytbk920423@gmail.com>
Reviewed-on: https://review.coreboot.org/12710
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Iru Cai 2015-12-12 01:00:57 +08:00 committed by Stefan Reinauer
parent 16ff807ba6
commit 69bbfacd25
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# revision number of the checked out files. # revision number of the checked out files.
VERSION="" VERSION=""
REV="`svnversion -c . 2>/dev/null | sed 's,.*:,,' 2>/dev/null`" REV="`git describe --always 2>/dev/null`"
VERSION="${VERSION:-$REV}" VERSION="${VERSION:-$REV}"
findprog() { findprog() {