pull/521/head
AlexandreRouma 2021-11-18 14:40:59 +01:00
rodzic a84d525252
commit 8c631f40c7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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