1
1

* check what's in the VERSION file, not what svnversion returned when

deciding whether to hard code the r number when making a dist tarball

This commit was SVN r6968.
Этот коммит содержится в:
Brian Barrett 2005-08-22 00:00:59 +00:00
родитель b79fa6bd9e
Коммит 9fa52317b6

Просмотреть файл

@ -61,7 +61,8 @@ echo "*** Now in distdir: $distdir"
# See if we need VERSION.svn
#
if ("$svn_r" == "-1") then
set cur_svn_r="`grep '^svn_r' VERSION | cut -d= -f2`"
if ("$cur_svn_r" == "-1") then
sed -e 's/^svn_r=.*/svn_r='$svn_r'/' VERSION > version.new
cp version.new VERSION
rm -f version.new