diff options
-rw-r--r-- | gnu/usr.bin/send-pr/send-pr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh index 9cba9a4..5b9d71b 100644 --- a/gnu/usr.bin/send-pr/send-pr.sh +++ b/gnu/usr.bin/send-pr/send-pr.sh @@ -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 |