mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
olsrd: find_most_recent_plugin_libary() fix input with 'exact' filenames
This commit is contained in:
@@ -477,6 +477,7 @@ find_most_recent_plugin_libary()
|
||||
|
||||
for file in "/lib/$library"* "/usr/lib/$library"* "/usr/local/lib/$library"*; do {
|
||||
[ -f "$file" ] && {
|
||||
file="$( basename "$file" )"
|
||||
# make sure that we do not select
|
||||
# 'olsrd_dyn_gw_plain.so.0.4' if user wants
|
||||
# 'olsrd_dyn_gw.so.0.5' -> compare part before 1st dot
|
||||
|
||||
Reference in New Issue
Block a user