We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50e1f6 commit 0a13a99Copy full SHA for 0a13a99
arduino-ci-script.sh
@@ -1723,7 +1723,7 @@ function check_library_properties() {
1723
# Check for blank name value
1724
if [[ "$nameValue" == "" ]]; then
1725
echo "ERROR: ${normalizedLibraryPropertiesPath}/library.properties: Has an undefined name field."
1726
- exitStatus=$(set_exit_status "$exitStatus" $((ARDUINO_CI_SCRIPT_CHECK_LIBRARY_PROPERTIES_BLANK_NAME_EXIT_STATUS + checkFolderNameExitStatus)))
+ exitStatus=$(set_exit_status "$exitStatus" $ARDUINO_CI_SCRIPT_CHECK_LIBRARY_PROPERTIES_BLANK_NAME_EXIT_STATUS)
1727
else
1728
# Check for invalid name value
1729
# Library Manager installs libraries to a folder that is the name field value with any spaces replaced with _
0 commit comments