summaryrefslogtreecommitdiff
path: root/scripts/mysqlbug.sh
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-03-25 22:05:09 +0200
committerunknown <monty@mysql.com>2004-03-25 22:05:09 +0200
commit8ecaf213ad20a6d48d46bc1a514c655ed8c34b8b (patch)
tree84d7297d8f71762a061e90217363681f271907fd /scripts/mysqlbug.sh
parenta4f252a0c4daa25be66dfe72df22257deb5e9973 (diff)
parent3e712bfb2802fe572616d212ccbc572e6740a78a (diff)
downloadmariadb-git-8ecaf213ad20a6d48d46bc1a514c655ed8c34b8b.tar.gz
merge with 3.23
BitKeeper/etc/logging_ok: auto-union scripts/mysqlbug.sh: Auto merged sql/sql_parse.cc: Auto merged mysql-test/t/alter_table.test: Merge code with 3.23 sql/nt_servc.cc: use original code
Diffstat (limited to 'scripts/mysqlbug.sh')
-rw-r--r--scripts/mysqlbug.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysqlbug.sh b/scripts/mysqlbug.sh
index 49ac08d0013..6aed140b79d 100644
--- a/scripts/mysqlbug.sh
+++ b/scripts/mysqlbug.sh
@@ -254,9 +254,9 @@ eval $EDIT $TEMP
if cmp -s $TEMP $TEMP.x
then
echo "File not changed, no bug report submitted."
- cp $TEMP /tmp/failed-mysql-bugreport
+ mv -f $TEMP /tmp/failed-mysql-bugreport
echo "The raw bug report exists in /tmp/failed-mysql-bugreport"
- echo "If you use this remember that the first lines of the report now is a lie.."
+ echo "If you use this remember that the first lines of the report are now a lie.."
exit 1
fi