* contrib/ari/update-web-ari.sh: Update for version.in change.

This commit is contained in:
Tom Tromey 2013-07-02 17:58:54 +00:00
parent bd1df410dd
commit ac6dd50fbf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-07-02 Tom Tromey <tromey@redhat.com>
* contrib/ari/update-web-ari.sh: Update for version.in change.
2013-07-02 Tom Tromey <tromey@redhat.com>
* common/ptid.h: Comment fixes.

View File

@ -140,8 +140,9 @@ then
echo ERROR: missing version file 1>&2
exit 1
fi
version=`cat ${version_in}`
date=`sed -n -e 's/^.* BFD_VERSION_DATE \(.*\)$/\1/p' $srcdir/bfd/version.h`
version=`sed -e "s/DATE/$date/" < ${version_in}`
# THIS HAS SUFFERED BIT ROT
if ${check_warning_p} && test -d "${srcdir}"