index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-11-27 23:00:36 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-12-04 17:22:27 +1000 |
commit | 9f1b735d76d04665d6324e723e163a52ca27567c (patch) | |
tree | fd58de354872e9343d90e97ba8630417ab017db7 /scripts/libmakepkg/executable.sh.in | |
parent | 65e09705d3ad781fd41cf1996f2b60e2e2c1975b (diff) |
-rw-r--r-- | scripts/libmakepkg/executable.sh.in | 2 |
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 |