On Thu,  7 Jan 2016 19:22:41 +0100
Stefan Tauner <[email protected]> wrote:

> While we're at it, comment and simplify the debug_shell function as well.
> 
> Signed-off-by: Stefan Tauner <[email protected]>
> ---
>  Makefile | 11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 757f3a8..6ddca58 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -77,8 +77,13 @@ PKG_CONFIG += --static
>  LDFLAGS += -static
>  endif
>  
> +LC_ALL=C
> +export LC_ALL
> +

Apparently this does only make LC_ALL visible in recipe commands but
not globally/in shell functions, cf.
http://stackoverflow.com/a/26518222/1905491

However, maybe we should set it here anyway? I certainly would not hurt.
-- 
Kind regards/Mit freundlichen Grüßen, Stefan Tauner

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to