1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

make_win_src_distribution.sh:

Adding *.txt here didn't work well-- infolist.txt is in a path containing spaces
This commit is contained in:
gweir@build.mysql.com
2003-08-13 16:45:28 +02:00
parent 51008b109c
commit c369236517

View File

@ -135,7 +135,7 @@ fi
$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
do