Skip to content

Commit 5282659

Browse files
authored
Merge branch 'master' into release/v5.1
2 parents 8863044 + 685f87d commit 5282659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/copy-libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ for item; do
365365
ipath="$item"
366366
fname=`basename "$ipath"`
367367
dname=`basename $(dirname "$ipath")`
368-
if [[ "$fname" == "main" && "$dname" == "esp32-arduino-lib-builder" ]]; then
368+
if [[ "$fname" == "main" && "$dname" == $(basename "$PWD") ]]; then
369369
continue
370370
fi
371371
while [[ "$dname" != "components" && "$dname" != "managed_components" && "$dname" != "build" ]]; do

0 commit comments

Comments
 (0)