diff options
author | msvensson@neptunus.(none) <> | 2006-07-31 16:07:28 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-07-31 16:07:28 +0200 |
commit | f1a262bcd5b71cacf321e85236b2ba16d739e256 (patch) | |
tree | 71fff02f13dcdfe9989be12d0f0f16996d44d07b /scripts | |
parent | 5d948f5ec441bc6bce4d6161942febe2998efc60 (diff) | |
parent | dce84a7e052cf1a869250569be80d46fd46bdeae (diff) | |
download | mariadb-git-f1a262bcd5b71cacf321e85236b2ba16d739e256.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 |