Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2007 04:30:24 GMT
From:      Edwin Groothuis <edwin@mavetju.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: gnu/89777: send-pr(1) lies about saved reports
Message-ID:  <200706020430.l524UO0N036312@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR gnu/89777; it has been noted by GNATS.

From: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD Gnats Submit <freebsd-gnats-submit@freebsd.org>
Cc:  
Subject: Re: gnu/89777: send-pr(1) lies about saved reports
Date: Sat, 2 Jun 2007 14:25:16 +1000

 This patch will resolve it.
 
 --- send-pr.sh.orig	Sat Jun  2 14:23:08 2007
 +++ send-pr.sh	Sat Jun  2 14:24:46 2007
 @@ -576,7 +576,7 @@
    if [ -z "$BATCH" ]; then
      BAD=`mktemp -t pbad`
      echo "$COMMAND: the problem report remains in $BAD and is not sent."
 -    mv $REF $BAD
 +    mv $TEMP $BAD
    else
      echo "$COMMAND: the problem report is not sent."
    fi
 
 -- 
 Edwin Groothuis      |            Personal website: http://www.mavetju.org
 edwin@mavetju.org    |              Weblog: http://www.mavetju.org/weblog/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706020430.l524UO0N036312>