mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
minor cleanup
This commit is contained in:
@ -70,7 +70,7 @@ bundle_find_full_path() {
|
||||
return
|
||||
fi
|
||||
|
||||
local RPATH_NEXT=$(echo $1 | cut -c 7-)
|
||||
local RPATH_NEXT=$(echo $1 | cut -c 8-)
|
||||
|
||||
# Search in the exec's RPATH
|
||||
echo "$2" | while read -r RPATH; do
|
||||
|
Reference in New Issue
Block a user