summaryrefslogtreecommitdiff
path: root/sh/mpra
diff options
context:
space:
mode:
Diffstat (limited to 'sh/mpra')
-rwxr-xr-xsh/mpra2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/mpra b/sh/mpra
index 3e4f898..38e605f 100755
--- a/sh/mpra
+++ b/sh/mpra
@@ -3,7 +3,7 @@
fn () {
if ! { [ -f PKGBUILD ] || [ -h PKGBUILD ];}; then
- exit
+ exit 1
fi
find . -maxdepth 1 -type f -name "*.pkg.tar.$ext*" -delete
# Maybe failed to sign because I forget to input gpg password for a long time, maybe also because terminal window too small cause gpg tui that ask password can't show?