diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2007-06-02 18:06:08 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2007-06-02 18:06:08 +0000 |
| commit | 3a787f042c4ae870c95f247b6acb5d08d33c71c0 (patch) | |
| tree | ded1988494a397dafb384c95b02147b448cd46b3 /gnu/usr.bin | |
| parent | c1bf516f6e06f004f2e2419a25ffc249949815bb (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -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 9cba9a4406b3..5b9d71bb7844 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 |
