Commit c3692365 authored by gweir@build.mysql.com's avatar gweir@build.mysql.com

make_win_src_distribution.sh:

  Adding *.txt here didn't work well-- infolist.txt is in a path containing spaces
parent 51008b10
...@@ -135,7 +135,7 @@ fi ...@@ -135,7 +135,7 @@ fi
$CP -r $SOURCE/VC++Files $BASE $CP -r $SOURCE/VC++Files $BASE
( (
find $BASE \( -name "*.dsp" -o -name "*.dsw" -o -name "*.txt" \) -and -not -path \*SCCS\* -print find $BASE \( -name "*.dsp" -o -name "*.dsw" \) -and -not -path \*SCCS\* -print
)|( )|(
while read v while read v
do do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment