diff --git a/macos/set_library_path.sh b/macos/set_library_path.sh index b1452a9a..83e472be 100644 --- a/macos/set_library_path.sh +++ b/macos/set_library_path.sh @@ -14,7 +14,7 @@ get_first_arg() { # Get current path CURRENT_PATH=$(get_first_arg $(otool -L $EXEC | grep $WANTED_LIB)) -echo Current path: $CURRENT_PATH +echo "Current path for" $WANTED_LIB "in" $EXEC ":" $CURRENT_PATH # Change to the new path install_name_tool -change $CURRENT_PATH $NEW_PATH $EXEC \ No newline at end of file