gnats-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to gnats/gnats/at-pr.sh


From: Milan Zamazal
Subject: Changes to gnats/gnats/at-pr.sh
Date: Sun, 14 Jul 2002 13:29:56 -0400

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 (address@hidden).
  #
  # 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 (address@hidden).
  #
  # 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]