summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_pkg_env.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_env.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_env.subr')
-rw-r--r--subr/ex_pkg_env.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/ex_pkg_env.subr b/subr/ex_pkg_env.subr
index 439041d9..14271202 100644
--- a/subr/ex_pkg_env.subr
+++ b/subr/ex_pkg_env.subr
@@ -55,7 +55,7 @@ ex_pkg_env() {
if [ -z "${PKG_BUILD_DIR}" ]; then
case "${PKG_IN_TREE:-0}" in
0) PKG_BUILD_DIR="obj"; ;;
- 1) PKG_BUILD_DIR="${PKG_SUBDIR}"; ;;
+ 1) PKG_BUILD_DIR="${PKG_SUBDIR}"; ;;
esac;
fi;
PKG_BUILD_DIR="${PKG_BASE_DIR}/${PKG_BUILD_DIR}";