We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace36a9 commit 685f87dCopy full SHA for 685f87d
tools/copy-libs.sh
@@ -359,7 +359,7 @@ for item; do
359
ipath="$item"
360
fname=`basename "$ipath"`
361
dname=`basename $(dirname "$ipath")`
362
- if [[ "$fname" == "main" && "$dname" == "esp32-arduino-lib-builder" ]]; then
+ if [[ "$fname" == "main" && "$dname" == $(basename "$PWD") ]]; then
363
continue
364
fi
365
while [[ "$dname" != "components" && "$dname" != "managed_components" && "$dname" != "build" ]]; do
0 commit comments