summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_common.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-07-28 23:16:39 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-07-28 23:23:18 +0200
commite046542909998356ee98b72b736685b4376c03a2 (patch)
tree2762e7b7d04427b4c3a01a6d5194be2d27b715c0 /scripts/lib/ptxd_make_world_common.sh
parent1fb0e2cb684d5a2bfce6df45a96a6319e96b0e85 (diff)
downloadptxdist-e046542909998356ee98b72b736685b4376c03a2.tar.gz
ptxdist-e046542909998356ee98b72b736685b4376c03a2.tar.xz
[ptxd_make_world_common] don't use eval based ptxd_var_concat
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_common.sh')
-rw-r--r--scripts/lib/ptxd_make_world_common.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index f47f84d8b..29ccced85 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -100,8 +100,7 @@ ptxd_make_world_init_compat() {
# install_opt
- pkg_install_opt="${pkg_deprecated_makevars}"
- ptxd_var_concat pkg_install_opt "${pkg_install_opt}" "${pkg_deprecated_install_opt}"
+ pkg_install_opt="${pkg_deprecated_makevars}${pkg_deprecated_makevars:+${pkg_deprecated_install_opt:+ }}${pkg_deprecated_install_opt}"
}
export -f ptxd_make_world_init_compat