/[gnats]/gnats/send-pr/send-pr.sh
ViewVC logotype

Diff of /gnats/send-pr/send-pr.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by chewie, Tue Nov 2 23:10:32 2004 UTC revision 1.26 by chewie, Sat Nov 13 04:38:46 2004 UTC
# Line 69  TEMPLATE="" Line 69  TEMPLATE=""
69  # be specified here as well (for example, the command  # be specified here as well (for example, the command
70  # MAILPROG="mail bugs@foo.bar.com"  # MAILPROG="mail bugs@foo.bar.com"
71  # should work).  If sendmail is used, this should be set to  # should work).  If sendmail is used, this should be set to
72  # MAILPROG="/usr/lib/sendmail -oi -t"  # MAILPROG="@DEFAULT_MAIL_AGENT@"
73  MAILPROG="@DEFAULT_MAIL_AGENT@"  MAILPROG=""
74    
75  # The address that PRs are sent to.  Normally this can be left as "bugs";  # The address that PRs are sent to.  Normally this can be left as "bugs";
76  # however, if using mail to submit PRs, this should be set to the address  # however, if using mail to submit PRs, this should be set to the address
# Line 480  while [ -z "$REQUEST_ID" ]; do Line 480  while [ -z "$REQUEST_ID" ]; do
480    
481    while true; do    while true; do
482      if [ -z "$BATCH" ]; then      if [ -z "$BATCH" ]; then
483        @ECHO_N@ "a)bort, e)dit or s)end? @ECHO_C@"        echo @ECHO_N@ "a)bort, e)dit or s)end? @ECHO_C@"
484        read input        read input
485      else      else
486        if [ $CNT -eq 0 ]; then        if [ $CNT -eq 0 ]; then
# Line 544  do Line 544  do
544    while true    while true
545    do    do
546      if [ -z "$BATCH" ]; then      if [ -z "$BATCH" ]; then
547        @ECHO_N@ "a)bort or s)end? @ECHO_C@"        echo @ECHO_N@ "a)bort or s)end? @ECHO_C@"
548        read input        read input
549        case "$input" in        case "$input" in
550          a*)          a*)

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26