From e046542909998356ee98b72b736685b4376c03a2 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Tue, 28 Jul 2009 23:16:39 +0200 Subject: [ptxd_make_world_common] don't use eval based ptxd_var_concat Signed-off-by: Marc Kleine-Budde --- scripts/lib/ptxd_make_world_common.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/lib/ptxd_make_world_common.sh') 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 -- cgit v1.2.3