We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f99847 commit f0c8745Copy full SHA for f0c8745
build-scripts/RTBuilder_64b
@@ -61,7 +61,6 @@ done
61
#validates parameters and print usage helper function in case parameters are missing
62
if [ -z "$VERBOSE" ]; then
63
VERBOSE=0
64
- set -eo pipefail # stop the script and exit with return code != 0 if errored
65
fi
66
if [ -z "$GCC_VERSION" ] || [ -z "$RPIOS_TYPE" ]; then
67
echo "Error: Required parameters are missing!"
0 commit comments