aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2018-05-16 15:40:07 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2018-05-16 15:40:07 +0100
commit55b96f288c6cc358a34c68c65e25d765ef05bcd9 (patch)
tree7da047b112f5b8056eac34b1f87576c5476144bc
parentda5e37cf769edbec94927f65b25936476f436360 (diff)
downloadtweed-55b96f288c6cc358a34c68c65e25d765ef05bcd9.tar.gz
must export GUIX_LOCPATH to avoid locale warning messages
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a328641..7be6a35 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -42,7 +42,7 @@ following function can be defined in the .bashrc file:
source "$GUIX_PROFILE/etc/profile"
fi
# set path for locale
- GUIX_LOCPATH=$GUIX_PROFILE/lib/locale
+ export GUIX_LOCPATH=$GUIX_PROFILE/lib/locale
}
To continue, start a new shell (or ``source`` the modified .bashrc file), move