From acbe84fc106f253693d922881b01a847848047e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sun, 3 Dec 2017 16:31:44 +0000 Subject: subr/pkg_install_libs.subr:pkg_install_libs(): remove stray xtrace barrier. --- subr/pkg_install_libs.subr | 2 -- 1 file changed, 2 deletions(-) (limited to 'subr/pkg_install_libs.subr') diff --git a/subr/pkg_install_libs.subr b/subr/pkg_install_libs.subr index c3ce16a8..43085891 100644 --- a/subr/pkg_install_libs.subr +++ b/subr/pkg_install_libs.subr @@ -49,13 +49,11 @@ pkg_install_libs() { fi; if [ ! -L "${_lib_src_path}" ]\ && [ ! -e "${_lib_dst_path}" ]; then - set -o xtrace (ex_rtl_fileop cd "$(ex_rtl_dirname "${_so_src_path}")"; perk -e "$(ex_rtl_basename "${_so_src_path}")" |\ "${PKG_TARGET}-mdso" \ -i "$(ex_rtl_basename "${_lib_dst_path}")" \ -n "$(ex_rtl_basename "${_so_src_path}")" -); - set +o xtrace fi; pkgp_install_lib_link "${_so_src_path}" "${_so_dst_dir}" "${_lib_name}"; done; -- cgit v1.2.3