diff options
| author | Francesco Potortì | 2003-01-20 14:27:43 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2003-01-20 14:27:43 +0000 |
| commit | 7f5fce3998cd958c582713eb883b0e1d18d453fe (patch) | |
| tree | b676bf4706d0e3c3d77d07fb2bdfff58f31629fa /admin | |
| parent | 163c6f1c449b71883c6e3a7a494d2b66e26ae9d5 (diff) | |
| download | emacs-7f5fce3998cd958c582713eb883b0e1d18d453fe.tar.gz emacs-7f5fce3998cd958c582713eb883b0e1d18d453fe.zip | |
Clarify prompts.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/make-announcement | 4 |
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 |
| 22 | fi | 22 | fi |
| 23 | 23 | ||
| 24 | echo -n "tag name for emacs $OLD [$oldtag]: "; read answer | 24 | echo -n "tag name for OLD emacs version $OLD [$oldtag]: "; read answer |
| 25 | if [ "$answer" ]; then oldtag=$answer; fi | 25 | if [ "$answer" ]; then oldtag=$answer; fi |
| 26 | 26 | ||
| 27 | echo -n "tag name for emacs $NEW [$newtag]: "; read answer | 27 | echo -n "tag name for NEW emacs version $NEW [$newtag]: "; read answer |
| 28 | if [ "$answer" ]; then newtag=$answer; fi | 28 | if [ "$answer" ]; then newtag=$answer; fi |
| 29 | 29 | ||
| 30 | exec > $outfile | 30 | exec > $outfile |