--- trunk/include/rpath.sminc 2014/10/22 13:39:58 22525 +++ trunk/include/rpath.sminc 2014/10/22 13:45:21 22528 @@ -18,6 +18,6 @@ # remove rpath from files for file in $(msearchrpath) do - chrpath -d "${BINDIR}/${file}" || die "rpath removal failed: ${${BINDIR}/${file}" + chrpath -d "${BINDIR}/${file}" || die "rpath removal failed: ${BINDIR}/${file}" done }