summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_pkg_exec.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-04 01:54:17 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-04 01:54:17 +0000
commitfce0a96ef52ed9ec090750df113522b44e0b8015 (patch)
tree1a147dcae17191f8e28df91586cccc7ab489f389 /subr/ex_pkg_exec.subr
parent4cffb9399cb6b9acf64929a07e9e2c9f1b97c929 (diff)
downloadmidipix_build-fce0a96ef52ed9ec090750df113522b44e0b8015.tar.bz2
midipix_build-fce0a96ef52ed9ec090750df113522b44e0b8015.tar.xz
subr/{ex_{pkg_{env,exec},rtl_fetch},pkg_install_pkgconfig}.subr: remove trailing SP/VT.
Diffstat (limited to 'subr/ex_pkg_exec.subr')
-rw-r--r--subr/ex_pkg_exec.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/ex_pkg_exec.subr b/subr/ex_pkg_exec.subr
index c45028b8..4447008d 100644
--- a/subr/ex_pkg_exec.subr
+++ b/subr/ex_pkg_exec.subr
@@ -40,7 +40,7 @@ ex_pkg_exec() {
if ex_rtl_test_cmd "pkg_${_pkg_name}_${_step}"; then
ex_rtl_try_run "pkg_${_pkg_name}_${_step}" \
"${_pkg_name}" "${_tgt_name}" "${_restart_at}";
- else
+ else
ex_rtl_try_run "pkg_${_step}" \
"${_pkg_name}" "${_tgt_name}" "${_restart_at}";
fi;