Skip to content

Commit

Permalink
[chore] add set -e to download_thirdparty.sh (apache#7867)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ucasfl authored Jan 27, 2022
1 parent d2386dd commit ea96242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/download-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ea96242

Please sign in to comment.