diff options
author | kent@mysql.com <> | 2006-05-29 20:09:22 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-05-29 20:09:22 +0200 |
commit | 4f2e784ac29f66558cd13a2f3b709eeb9e709214 (patch) | |
tree | 677bf65039282bc34aca41c945cb549354024912 /scripts | |
parent | 8719abf7538031e8367d7e8619af4a56e1f87630 (diff) | |
download | mariadb-git-4f2e784ac29f66558cd13a2f3b709eeb9e709214.tar.gz |
make_win_src_distribution.sh:
Convert to DOS EOL if dsp/dsw is in package
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_win_src_distribution.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index 2e312e0c3cf..b9b39f1b02f 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -343,6 +343,7 @@ mv $BASE/sql/sql_yacc.cpp-new $BASE/sql/sql_yacc.cpp find $BASE \( -name "*.cnf" -o -name "*.ini" \ -o -name COPYING -o -name ChangeLog -o -name EXCEPTIONS-CLIENT \ -o -name "INSTALL*" -o -name LICENSE -o -name "README*" \ + -o -name "*.dsp" -o -name "*.dsw" \ -o -name "*.vcproj" -o -name "*.sln" \) -type f -print \ | while read v do |