[chore] add set -e to download_thirdparty.sh (#7867)

Let the build process stop immediately if some command execute failed.
For example, patch failed due to command not found, otherwise it will stop until compile error.
This commit is contained in:
flynn
2022-01-27 10:33:08 +08:00
committed by GitHub
parent d2386dd85d
commit ea96242529

View File

@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.
#set -e
set -e
################################################################
# This script will download all thirdparties and java libraries
# which are defined in *vars.sh*, unpack patch them if necessary.