diff options
author | unknown <lenz@mysql.com> | 2004-08-05 01:57:57 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-08-05 01:57:57 +0200 |
commit | d3095410ca345b4111b443360235099cb7587333 (patch) | |
tree | 06c0b9c7c0514e949c88dacba5cee03aa421059c /scripts | |
parent | 963e45b9e27c23bb8fe68202f99fcb364a36b24e (diff) | |
parent | d62dff227d8d9c3358a31ecf99cf095fb129d864 (diff) | |
download | mariadb-git-d3095410ca345b4111b443360235099cb7587333.tar.gz |
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
into mysql.com:/space/my/mysql-4.0
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 ea64f5ccfbd..d78a7ee28b9 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -86,7 +86,7 @@ do done for i in COPYING COPYING.LIB README Docs/INSTALL-BINARY \ - MySQLEULA.txt LICENSE.doc README.NW + EXCEPTIONS MySQLEULA.txt LICENSE.doc README.NW do if [ -f $i ] then |