diff options
author | unknown <bell@sanja.is.com.ua> | 2004-03-25 15:00:41 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-03-25 15:00:41 +0200 |
commit | 8711aa163511d5f81541bc9073f4921fa5ddd834 (patch) | |
tree | 65a8039233ea239b86751113f518eff39ac0eabc | |
parent | 1744d26c956736d2733d81f046bf41859b1504fb (diff) | |
parent | 7084ad6a73f4563b45a32af1a2874df32fca2540 (diff) | |
download | mariadb-git-8711aa163511d5f81541bc9073f4921fa5ddd834.tar.gz |
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-3.23
into sanja.is.com.ua:/home/bell/mysql/bk/work-alter-3.23
-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 bd5cb497e59..3e0e2f9e8b8 100644 --- a/scripts/mysqlbug.sh +++ b/scripts/mysqlbug.sh @@ -252,9 +252,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 |