From 4f2e784ac29f66558cd13a2f3b709eeb9e709214 Mon Sep 17 00:00:00 2001 From: "kent@mysql.com" <> Date: Mon, 29 May 2006 20:09:22 +0200 Subject: [PATCH] make_win_src_distribution.sh: Convert to DOS EOL if dsp/dsw is in package --- scripts/make_win_src_distribution.sh | 1 + 1 file changed, 1 insertion(+) 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