diff --git a/package/aur/utils.sh b/package/aur/utils.sh index ab105fa..8287f11 100644 --- a/package/aur/utils.sh +++ b/package/aur/utils.sh @@ -1,3 +1,5 @@ +set -e + function increment_version() { local v=$1 if [ -z $2 ]; then @@ -24,4 +26,4 @@ function log() { log_msg=$2 echo -e "$logprefix$log_identifier$log_suffix $log_msg" -} \ No newline at end of file +}