fix typo. should have been field 1 not 2
This commit was SVN r28235.
This commit is contained in:
parent
4719e545f0
commit
9d1041b058
2
contrib/dist/make_dist_tarball
vendored
2
contrib/dist/make_dist_tarball
vendored
@ -347,7 +347,7 @@ elif test -d .git; then
|
||||
echo "*** Restoring pristine VERSION file..."
|
||||
git checkout VERSION
|
||||
echo "*** Getting git version number..."
|
||||
svn_r=git`git log -1 --oneline | head -1 | cut -d' ' -f2`
|
||||
svn_r=git`git log -1 --oneline | head -1 | cut -d' ' -f1`
|
||||
fi
|
||||
echo " Repo rev number: $svn_r"
|
||||
if test "$svn_r" = ""; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user