Skip to content

Commit f0c8745

Browse files
committed
Remove superfluous line
"set -eo pipefail" is already set at top of script.
1 parent 5f99847 commit f0c8745

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-scripts/RTBuilder_64b

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ done
6161
#validates parameters and print usage helper function in case parameters are missing
6262
if [ -z "$VERBOSE" ]; then
6363
VERBOSE=0
64-
set -eo pipefail # stop the script and exit with return code != 0 if errored
6564
fi
6665
if [ -z "$GCC_VERSION" ] || [ -z "$RPIOS_TYPE" ]; then
6766
echo "Error: Required parameters are missing!"

0 commit comments

Comments
 (0)