[svn-commits] fjoe: freebsd/trunk r8502 - /freebsd/trunk/build_tools/make_version

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Apr 12 09:57:24 CDT 2010


Author: fjoe
Date: Mon Apr 12 09:57:22 2010
New Revision: 8502

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8502
Log:
Add missing slash. This fixes DAHDI version evaluation
when DAHDI is built from tarball.

Modified:
    freebsd/trunk/build_tools/make_version

Modified: freebsd/trunk/build_tools/make_version
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/build_tools/make_version?view=diff&rev=8502&r1=8501&r2=8502
==============================================================================
--- freebsd/trunk/build_tools/make_version (original)
+++ freebsd/trunk/build_tools/make_version Mon Apr 12 09:57:22 2010
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 if [ -f ${1}/.version ]; then
-	cat ${1}.version
+	cat ${1}/.version
 elif [ -f ${1}/.svnrevision ]; then
 	echo SVN-`cat ${1}/.svnbranch`-r`cat ${1}/.svnrevision`
 elif [ -d ${1}/.svn ]; then




More information about the svn-commits mailing list