diff --git a/install.sh b/install.sh index 59011f6..8176f83 100644 --- a/install.sh +++ b/install.sh @@ -205,6 +205,8 @@ function build_platform() # grab the exit status of the arduino verify local build_result=$? + echo "BUILD EXIT DEBUG: $build_result" + # echo output if the build failed if [ $build_result -ne 0 ]; then