[svn-commits] tzafrir: branch 1.4 r4503 - /branches/1.4/build_tools/test_kernel_git

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 21 02:53:27 CDT 2008


Author: tzafrir
Date: Thu Aug 21 02:53:27 2008
New Revision: 4503

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4503
Log:
Fix reporting of the zaptel version number in test_kernel_git.

Modified:
    branches/1.4/build_tools/test_kernel_git

Modified: branches/1.4/build_tools/test_kernel_git
URL: http://svn.digium.com/view/zaptel/branches/1.4/build_tools/test_kernel_git?view=diff&rev=4503&r1=4502&r2=4503
==============================================================================
--- branches/1.4/build_tools/test_kernel_git (original)
+++ branches/1.4/build_tools/test_kernel_git Thu Aug 21 02:53:27 2008
@@ -72,7 +72,7 @@
 		git describe | cut -c2-
 		;;
 	version_driver)
-		version_h=include/dahdi/version.h
+		version_h=version.h
 		make $version_h >/dev/null
 		awk -F'"' '/ZAPTEL_VERSION/{print $2}' $version_h
 		;;




More information about the svn-commits mailing list