You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The arduino manpage(https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc#exit-status) documents a range of exit statuses. These exit statuses indicate success, invalid arduino command, or compilation failed due to legitimate code errors. arduino sometimes returns other exit statuses that may indicate problems that may go away after a retry.
@@ -308,7 +308,7 @@ function generate_ide_version_list_array()
308
308
309
309
else
310
310
local rawIDElist
311
-
local -r IDEversionListRegex="\("
311
+
local -r IDEversionListRegex='\('
312
312
if [[ "$startIDEversion"=~$IDEversionListRegex ]];then
313
313
# IDE versions list was supplied
314
314
# Convert it to a temporary array
@@ -994,14 +994,14 @@ function display_report()
994
994
enable_verbosity
995
995
996
996
if [ -e"$ARDUINO_CI_SCRIPT_REPORT_FILE_PATH" ];then
0 commit comments