Assume that the submitter knows what he is doing and order the

suggested actions accordingly. S)end should be the first one.
This commit is contained in:
Nick Hibma 2001-01-07 18:42:28 +00:00
parent bd442d2547
commit 6a75465ff3

View file

@ -444,7 +444,7 @@ while true; do
while true; do
if [ -z "$BATCH" ]; then
$ECHON1 "a)bort, e)dit or s)end? $ECHON2"
$ECHON1 "s)end, e)dit or a)bort? $ECHON2"
read input
else
if [ $CNT -eq 6 ]; then