diff options
author | kent@mysql.com <> | 2005-08-06 03:10:35 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-08-06 03:10:35 +0200 |
commit | 94722a380148be59f2cdad566b4a67e782acd1e0 (patch) | |
tree | a85a48d243eccca40641336538b0b9c6fb6b0f13 /scripts | |
parent | bae00503581a39fcbb81856186cd5f11b438e8c2 (diff) | |
download | mariadb-git-94722a380148be59f2cdad566b4a67e782acd1e0.tar.gz |
make_win_src_distribution.sh:
Added missing backslashes
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_win_src_distribution.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index 8183370f220..0d2a8cdd5d7 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -343,8 +343,8 @@ mv $BASE/sql/sql_yacc.cpp-new $BASE/sql/sql_yacc.cpp # Search the tree for plain text files and adapt the line end marker # find $BASE \( -name "*.dsp" -o -name "*.dsw" -o -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 COPYING -o -name ChangeLog -o -name EXCEPTIONS-CLIENT \ + -o -name "INSTALL*" -o -name LICENSE -o -name "README*" \ -o -name "*.vcproj" -o -name "*.sln" \) -type f -print \ | while read v do |