mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 12:20:39 -08:00
Don't ask questions when replacing README.
This commit is contained in:
parent
e36acf38cf
commit
af559a4e28
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue