mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix: exit with error code on exception
This commit is contained in:
parent
c3eb727ba0
commit
a4ecc3261b
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
declare -a aur_packages=("lune-bin" "lune-git" "lune")
|
||||
root_dir=$(pwd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue