Thanks, applied as 23c5f686998c50412b5f5fd99d7dc9c345fe1af8.

Michael

[sent from post-receive hook]

On Sun, 12 May 2024 15:16:42 +0200, Alexander Dahl <[email protected]> wrote:
> Same as in ptxd_make_world_common for all the other variables set in
> make and used in shell.
> 
> Signed-off-by: Alexander Dahl <[email protected]>
> Acked-by: Michael Riesch <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/post/ptxd_make_world_inject.make 
> b/rules/post/ptxd_make_world_inject.make
> index 3506ee1140e1..eabcdd0529b8 100644
> --- a/rules/post/ptxd_make_world_inject.make
> +++ b/rules/post/ptxd_make_world_inject.make
> @@ -8,8 +8,8 @@
>  
>  world/inject/env = \
>       $(call world/env, $(1)) \
> -     pkg_inject_path="$($(1)_INJECT_PATH)" \
> -     pkg_inject_files="$($(1)_INJECT_FILES)"
> +     pkg_inject_path="$(call ptx/escape,$($(1)_INJECT_PATH))" \
> +     pkg_inject_files="$(call ptx/escape,$($(1)_INJECT_FILES))"
>  
>  world/inject = \
>       $(call world/inject/env,$(strip $(1))) \

Reply via email to