mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user