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.
2 parents 5f1cdbb + 91b9563 commit 5a1423eCopy full SHA for 5a1423e
install.sh
@@ -307,7 +307,7 @@ function build_platform()
307
# we have to avoid reading the exit code of local:
308
# "when declaring a local variable in a function, the local acts as a command in its own right"
309
local build_stdout
310
- build_stdout=$(arduino --verbose --verify $example 2>&1)
+ build_stdout=$(arduino --verify $example 2>&1)
311
312
# echo output if the build failed
313
if [ $? -ne 0 ]; then
0 commit comments