1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Don't ask questions when replacing README.

This commit is contained in:
Karl Heuer 1997-11-08 04:02:33 +00:00
parent e36acf38cf
commit af559a4e28

View File

@ -253,7 +253,7 @@ echo "Updating version number in README"
'$1 " " $2 " " $3 " " $4 " " $5 == "This directory tree holds version" { $6 = version; print $0 }
$1 " " $2 " " $3 " " $4 " " $5 != "This directory tree holds version"' \
version=${version} README > tmp.README
mv tmp.README README)
mv -f tmp.README README)
echo "Creating subdirectories"