From 70ddd530f4edd1a5e01bda5c15d7643a3875e337 Mon Sep 17 00:00:00 2001 From: Antoine Amarilli Date: Wed, 25 Oct 2017 11:41:54 +0200 Subject: [PATCH] simplify environment invocation https://github.com/Debian/raspi3-image-spec/pull/2#discussion_r146799419 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f1d275..8278052 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ issuing the following: ```shell umask 022 -sudo env -i HOME="$HOME" LC_CTYPE="${LC_ALL:-${LC_CTYPE:-$LANG}}" PATH="$PATH" USER="$USER" \ +sudo env -i LC_CTYPE=C.UTF-8 PATH="$PATH" \ ./vmdb2/vmdb2 --output raspi3.img raspi3.yaml --log raspi3.log ```