diff options
author | unknown <msvensson@neptunus.(none)> | 2006-07-31 16:07:28 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-07-31 16:07:28 +0200 |
commit | 15daae5aef200762268fd0170237ec5336fbddf7 (patch) | |
tree | 71fff02f13dcdfe9989be12d0f0f16996d44d07b /scripts | |
parent | 66716f0984ca5d00896609ce3003b515242180ba (diff) | |
parent | f49ad00d69bbbcb0667a28199bfcba444d02a922 (diff) | |
download | mariadb-git-15daae5aef200762268fd0170237ec5336fbddf7.tar.gz |
Merge bk-internal:/home/bk/mysql-4.1
into neptunus.(none):/home/msvensson/mysql/mysql-4.1
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_win_src_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index 4e5cc2ada46..742f6b9e994 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -206,7 +206,7 @@ copy_dir_files() for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp *.yy \ README INSTALL* LICENSE AUTHORS NEWS ChangeLog \ *.inc *.test *.result *.pem Moscow_leap des_key_file \ - *.vcproj *.sln *.dat *.000001 *.require *.opt + *.vcproj *.sln *.dat *.000001 *.require *.opt *.cnf do if [ -f $i ] then |