diff options
author | monty@donna.mysql.fi <> | 2001-04-22 12:11:01 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-22 12:11:01 +0300 |
commit | 714560cbe9f5735016f503403577ccee63e40f12 (patch) | |
tree | 478ad0bc71992ac6d8d995445aa483a8ca2ef636 /scripts | |
parent | 1e3df575b93b40145ff854e30af3f443d74537b6 (diff) | |
download | mariadb-git-714560cbe9f5735016f503403577ccee63e40f12.tar.gz |
Fix for release
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 7dc5c90ea25..1216b231d6b 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -104,7 +104,7 @@ rm -f $BASE/share/mysql/Makefile* $BASE/share/mysql/*/*.OLD $CP mysql-test/mysql-test-run mysql-test/install_test_db $BASE/mysql-test/ $CP mysql-test/README $BASE/mysql-test/README $CP mysql-test/include/*.inc $BASE/mysql-test/include -$CP mysql-test/std_data/*.dat $BASE/mysql-test/std_data +$CP mysql-test/std_data/*.dat mysql-test/std_data/*.001 $BASE/mysql-test/std_data $CP mysql-test/t/*.test mysql-test/t/*.opt mysql-test/t/*.sh $BASE/mysql-test/t $CP mysql-test/r/*.result mysql-test/r/*.require $BASE/mysql-test/r |