index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2019-01-22 03:10:08 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-01-22 03:32:50 +0100 |
commit | 799376904de77c2fb862fc559c60489b37e72232 (patch) | |
tree | ca9e2eae1633f17c0f1a55c45ec3cbb0d38f2565 | |
parent | 8310abb3485bdf63fc3557e3020a43f9f9e03927 (diff) |
-rw-r--r-- | find-libdeps.in | 2 |
diff --git a/find-libdeps.in b/find-libdeps.in index 1fb1fdf..ce92a4e 100644 --- a/find-libdeps.in +++ b/find-libdeps.in @@ -46,7 +46,7 @@ process_sofile() { # extract the major version: 1 soversion="${sofile##*\.so\.}" if [[ "$soversion" = "$sofile" ]] && ((IGNORE_INTERNAL)); then - continue + return fi if ! in_array "${soname}=${soversion}-${soarch}" "${soobjects[@]}"; then # libfoo.so=1-64 |