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: https://origsvn.digium.com/svn/asterisk/trunk@43397
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
#!/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