mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
fix: exit on error
This commit is contained in:
parent
1f6fa22155
commit
fa99f925d2
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue