fixed small variable fail in version.sh
[NeonServV5.git] / src / version.sh
index 27b758921e4920ffdabf993f82c4141794046cf1..a7c712fe69c777450949015c41a86f5430cc8ce2 100644 (file)
@@ -26,7 +26,7 @@ if test "x$git_revision" = "x" ; then
   git_commitcount="0"
 else
   git_commitcount=`git rev-list --oneline --header master | wc -l | sed "s/[ \t]//g"`
-  git_revision="git-$git_commitcount-$svn_revision"
+  git_revision="git-$git_commitcount-$git_revision"
 fi