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:
parent
e36acf38cf
commit
af559a4e28
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user