index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-01-25 12:21:03 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-01-25 12:21:03 +0100 |
commit | 22c1f8547f7fcb345289add6a2c06c7def4e571b (patch) | |
tree | 08846d1e08489054b2fcf426226ba0ed5f2b5035 /find-libdeps.in | |
parent | ba51ec598c9eb8c03493e4fadfe27b8065296b17 (diff) | |
parent | a800df3fbc55204f66f54248aaf87ba797307f96 (diff) |
-rw-r--r-- | find-libdeps.in | 2 |
diff --git a/find-libdeps.in b/find-libdeps.in index 921e7af..7a3e6f5 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 |