diff options
author | unknown <monty@mysql.com> | 2004-03-25 22:05:09 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-03-25 22:05:09 +0200 |
commit | 7f0a632c1965aeab06976aff650cb545e7192cb4 (patch) | |
tree | 84d7297d8f71762a061e90217363681f271907fd /scripts/mysqlbug.sh | |
parent | 5a685dc81f0d83e303a6deb18903510b08bc9443 (diff) | |
parent | 143e585a7f5deed19e618cfa7e2987d0949d7ad7 (diff) | |
download | mariadb-git-7f0a632c1965aeab06976aff650cb545e7192cb4.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.sh | 4 |
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 |