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

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

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

revision 1.5 by pdm, Sun May 27 15:37:30 2001 UTC revision 1.6 by pdm, Sun Jul 14 17:29:56 2002 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  # Check whether a PR has been analyzed within the acknowledgment period.  # Check whether a PR has been analyzed within the acknowledgment period.
3  # Copyright (C) 1993, 1994, 1995, 1999 Free Software Foundation, Inc.  # Copyright (C) 1993, 1994, 1995, 1999, 2002 Free Software Foundation, Inc.
4  # Contributed by Brendan Kehoe (brendan@cygnus.com).  # Contributed by Brendan Kehoe (brendan@cygnus.com).
5  #  #
6  # This file is part of GNU GNATS.  # This file is part of GNU GNATS.
# Line 103  fi Line 103  fi
103  STATE="`$QUERY_PR --format State $2`"  STATE="`$QUERY_PR --format State $2`"
104  SYNOPSIS="`$QUERY_PR --format Synopsis $2`"  SYNOPSIS="`$QUERY_PR --format Synopsis $2`"
105  RESPONSIBLE="`$QUERY_PR --format Responsible $2`"  RESPONSIBLE="`$QUERY_PR --format Responsible $2`"
106  RESP_ADDR=`$LIBEXECDIR/pr-addr "$RESPONSIBLE"`  RESP_ADDR=`$QUERY_PR --responsible-address "$RESPONSIBLE"`
107    
108  # $DEBUG_MODE is set to 0 when debug is off in the config file  # $DEBUG_MODE is set to 0 when debug is off in the config file
109  if [ "x$DEBUG_MODE" = "x1" ]; then  if [ "x$DEBUG_MODE" = "x1" ]; then

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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