Changes to gnats/gnats/at-pr.sh
Milan Zamazal <[email protected]> Sun, 14 Jul 2002 13:29:56 -0400
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/gnats/at-pr.sh diff -c gnats/gnats/at-pr.sh:1.5 gnats/gnats/at-pr.sh:1.6 *** gnats/gnats/at-pr.sh:1.5 Sun May 27 11:37:30 2001 --- gnats/gnats/at-pr.sh Sun Jul 14 13:29:56 2002 *************** *** 1,6 **** #!/bin/sh # Check whether a PR has been analyzed within the acknowledgment period. ! # Copyright (C) 1993, 1994, 1995, 1999 Free Software Foundation, Inc. # Contributed by Brendan Kehoe ([email protected]). # # This file is part of GNU GNATS. --- 1,6 ---- #!/bin/sh # Check whether a PR has been analyzed within the acknowledgment period. ! # Copyright (C) 1993, 1994, 1995, 1999, 2002 Free Software Foundation, Inc. # Contributed by Brendan Kehoe ([email protected]). # # This file is part of GNU GNATS. *************** *** 103,109 **** STATE="`$QUERY_PR --format State $2`" SYNOPSIS="`$QUERY_PR --format Synopsis $2`" RESPONSIBLE="`$QUERY_PR --format Responsible $2`" ! RESP_ADDR=`$LIBEXECDIR/pr-addr "$RESPONSIBLE"` # $DEBUG_MODE is set to 0 when debug is off in the config file if [ "x$DEBUG_MODE" = "x1" ]; then --- 103,109 ---- STATE="`$QUERY_PR --format State $2`" SYNOPSIS="`$QUERY_PR --format Synopsis $2`" RESPONSIBLE="`$QUERY_PR --format Responsible $2`" ! RESP_ADDR=`$QUERY_PR --responsible-address "$RESPONSIBLE"` # $DEBUG_MODE is set to 0 when debug is off in the config file if [ "x$DEBUG_MODE" = "x1" ]; then