Added bash flag to fail if any command in the script fails

master
Aadhavan Srinivasan 10 months ago
parent 9881567009
commit 00b83e6de2

@ -2,6 +2,7 @@
# This script copies required DLLs, and the application itself into a folder called 'release'. It only runs on MinGW.
set -o errexit # Stop executing when a command fails
BASE_DIR=$(dirname $0)
REL_DIR="$BASE_DIR/release/dist"

Loading…
Cancel
Save