From dddac006e0c22e8ef84512a8f5aebdb1fac18a9c Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sun, 7 May 2017 22:49:17 -0500 Subject: [PATCH] Ubuntu: Simplify the LANG variable The quotes shouldn't matter. --- Ubuntu-16.04-Root-on-ZFS.md | 2 +- Ubuntu-16.10-Root-on-ZFS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ubuntu-16.04-Root-on-ZFS.md b/Ubuntu-16.04-Root-on-ZFS.md index a364aca..a4d0aee 100644 --- a/Ubuntu-16.04-Root-on-ZFS.md +++ b/Ubuntu-16.04-Root-on-ZFS.md @@ -227,7 +227,7 @@ Customize this file if the system is not a DHCP client. Even if you prefer a non-English system language, always ensure that `en_US.UTF-8` is available. - # echo 'LANG="en_US.UTF-8"' > /etc/default/locale + # echo LANG=en_US.UTF-8 > /etc/default/locale # dpkg-reconfigure tzdata diff --git a/Ubuntu-16.10-Root-on-ZFS.md b/Ubuntu-16.10-Root-on-ZFS.md index 0c834df..3ca2039 100644 --- a/Ubuntu-16.10-Root-on-ZFS.md +++ b/Ubuntu-16.10-Root-on-ZFS.md @@ -225,7 +225,7 @@ Customize this file if the system is not a DHCP client. Even if you prefer a non-English system language, always ensure that `en_US.UTF-8` is available. - # echo 'LANG="en_US.UTF-8"' > /etc/default/locale + # echo LANG=en_US.UTF-8 > /etc/default/locale # dpkg-reconfigure tzdata