Update batch comparison so that pr's can be sent with send-pr.el. PR #1077
This commit is contained in:
parent
e9b2e388aa
commit
9d398c5d3a
|
@ -465,7 +465,7 @@ while [ -z "$REQUEST_ID" ]; do
|
|||
$ECHON1 "a)bort, e)dit or s)end? $ECHON2"
|
||||
read input
|
||||
else
|
||||
if [ $CNT -eq 5 ]; then
|
||||
if [ $CNT -eq 6 ]; then
|
||||
input=s
|
||||
else
|
||||
input=a
|
||||
|
|
Loading…
Reference in New Issue