fixed small variable fail in version.sh
authorpk910 <philipp@zoelle1.de>
Wed, 22 Aug 2012 01:28:37 +0000 (03:28 +0200)
committerpk910 <philipp@zoelle1.de>
Wed, 22 Aug 2012 01:28:37 +0000 (03:28 +0200)
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