update_version: Don't indent the version string.

2002-03-06  Phil Edwards  <pme@gcc.gnu.org>

	* update_version:  Don't indent the version string.

From-SVN: r50364
This commit is contained in:
Phil Edwards 2002-03-06 18:35:57 +00:00
parent a2877a0977
commit 809623c963
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-03-06 Phil Edwards <pme@gcc.gnu.org>
* update_version: Don't indent the version string.
2002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
* snapshot-README: Note that snapshots come from the 3.1 branch.

View File

@ -47,7 +47,7 @@ for BRANCH in $BRANCHES; do
if test -f $file; then
OLD_VERSION=`/bin/cat $file`
/bin/sed -e "s/\(.*\"[^ ]*\) [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]/\1 ${CURR_DATE}/" >${file} <<HERE
$OLD_VERSION
$OLD_VERSION
HERE
COMMIT_FILES="$COMMIT_FILES $file"
@ -58,7 +58,7 @@ HERE
if test -f $file; then
OLD_VERSION=`/bin/cat $file`
/bin/sed -e "s/\(#.*\) [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]/\1 ${CURR_DATE}/" >${file} <<HERE
$OLD_VERSION
$OLD_VERSION
HERE
COMMIT_FILES="$COMMIT_FILES $file"