1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Don't lie about saved reports.

PR:		gnu/89777
Submitted by:	edwin
MFC after:	1 day
This commit is contained in:
Philip Paeps 2007-06-02 18:06:08 +00:00
parent c1bf516f6e
commit 3a787f042c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170209

View File

@ -578,7 +578,7 @@ else
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