summaryrefslogtreecommitdiff
path: root/scripts/libmakepkg/executable.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/libmakepkg/executable.sh.in')
-rw-r--r--scripts/libmakepkg/executable.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/libmakepkg/executable.sh.in b/scripts/libmakepkg/executable.sh.in
index 68c48038..92031d43 100644
--- a/scripts/libmakepkg/executable.sh.in
+++ b/scripts/libmakepkg/executable.sh.in
@@ -38,7 +38,7 @@ check_software() {
local ret=0
for func in ${executable_functions[@]}; do
- $func
+ $func || ret=1
done
return $ret