Don't read and write to a file at the same time

svn path=/trunk/; revision=20721
This commit is contained in:
Jörg Mayer 2007-02-05 20:01:31 +00:00
parent 7f44084042
commit 6d13741e14
1 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@ FOP=fop-0.20.5/fop.sh
#
# One SUSE 9.1 and newer uncomment the following line (make sure you have
# at least fop-0.20.5-71.2)
#FOP=fop
FOP=fop
# html to text converter for text version of release notes, e.g. elinks.
# This could also be "lynx", or "true" if neither elinks nor lynx is installed
@ -62,8 +62,7 @@ clean:
FORCE:
svn_version_check: FORCE
cat check_svn_version.sh | tr -d '\015' > check_svn_version.sh
@ ./check_svn_version.sh
cat check_svn_version.sh | tr -d '\015' | /bin/bash
svn_version.xml: svn_version_check