Browse Source

Tools: Ubuntu setup remove "set -e" to prevent grep early exit

- the gcc version grep was causing the script to exit early
sbg
Daniel Agar 5 years ago committed by Nuno Marques
parent
commit
d3a1225c98
  1. 2
      Tools/setup/ubuntu.sh

2
Tools/setup/ubuntu.sh

@ -11,8 +11,6 @@ @@ -11,8 +11,6 @@
## Not Installs:
## - FastRTPS and FastCDR
set -e
INSTALL_NUTTX="true"
INSTALL_SIM="true"

Loading…
Cancel
Save