#!/usr/bin/awk -f /\.\\"/ { next } /\.so/ { if (dst != "") exit 1 dst=$2 next } { exit 1 } END { print dst }