aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorFrancesco Potortì2003-01-20 14:27:43 +0000
committerFrancesco Potortì2003-01-20 14:27:43 +0000
commit7f5fce3998cd958c582713eb883b0e1d18d453fe (patch)
treeb676bf4706d0e3c3d77d07fb2bdfff58f31629fa /admin
parent163c6f1c449b71883c6e3a7a494d2b66e26ae9d5 (diff)
downloademacs-7f5fce3998cd958c582713eb883b0e1d18d453fe.tar.gz
emacs-7f5fce3998cd958c582713eb883b0e1d18d453fe.zip
Clarify prompts.
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/make-announcement4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/make-announcement b/admin/make-announcement
index 0e7a2f6931d..726b08c3555 100755
--- a/admin/make-announcement
+++ b/admin/make-announcement
@@ -21,10 +21,10 @@ if [ -f $outfile ]; then
21 echo -n "interrupt to abort, ENTER to overwrite "; read answer 21 echo -n "interrupt to abort, ENTER to overwrite "; read answer
22fi 22fi
23 23
24echo -n "tag name for emacs $OLD [$oldtag]: "; read answer 24echo -n "tag name for OLD emacs version $OLD [$oldtag]: "; read answer
25if [ "$answer" ]; then oldtag=$answer; fi 25if [ "$answer" ]; then oldtag=$answer; fi
26 26
27echo -n "tag name for emacs $NEW [$newtag]: "; read answer 27echo -n "tag name for NEW emacs version $NEW [$newtag]: "; read answer
28if [ "$answer" ]; then newtag=$answer; fi 28if [ "$answer" ]; then newtag=$answer; fi
29 29
30exec > $outfile 30exec > $outfile