mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +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
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
declare -a aur_packages=("lune-bin" "lune-git" "lune")
|
declare -a aur_packages=("lune-bin" "lune-git" "lune")
|
||||||
root_dir=$(pwd)
|
root_dir=$(pwd)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue