minor cleanup

This commit is contained in:
AlexandreRouma 2021-11-18 14:40:59 +01:00
parent a84d525252
commit 8c631f40c7

View File

@ -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