aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 23:20:11 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 23:20:11 +0000
commitbdd56558139ab223b1179c048fe6f1d10f986505 (patch)
treed38fc6fd8f8fcef02c9ec8cd86b7d38eef682f49 /build_tools
parent1c103a3c6da27b0a95e575f5325db4b387aee524 (diff)
Merged revisions 43396 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43396 | qwell | 2006-09-20 16:19:25 -0700 (Wed, 20 Sep 2006) | 2 lines fix minor typo in the way version is handled ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43397 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/make_version b/build_tools/make_version
index ace522159..2a4021c8b 100755
--- a/build_tools/make_version
+++ b/build_tools/make_version
@@ -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 .svn ]; then