fix: exit with error code on exception

This commit is contained in:
Erica Marigold 2023-08-01 11:50:50 +05:30 committed by GitHub
parent c3eb727ba0
commit a4ecc3261b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
#!/bin/sh
set -e
declare -a aur_packages=("lune-bin" "lune-git" "lune")
root_dir=$(pwd)