Skip to content

Commit

Permalink
Force the init script to exit if an error occurs. Fixes issue #49.
Browse files Browse the repository at this point in the history
  • Loading branch information
jose committed May 17, 2019
1 parent 05a4a06 commit 2ec43f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash
#
# Any subsequent command which fail will cause the shell script to exit
# immediately
set -e
#
################################################################################
# This script initializes Defects4J. In particular, it downloads and sets up:
# - the project's version control repositories
Expand Down

0 comments on commit 2ec43f5

Please sign in to comment.