aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-04 09:24:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-04 09:24:45 +1200
commitbabbdc1cd4f58c8dbb89cfad0905bbd1729038a6 (patch)
tree476fbfbd6f5210f89683fa993324479a9c999cfe /bin
parentPrevent zs(6) from making "zs" into "zzs" (diff)
downloaddotfiles-babbdc1cd4f58c8dbb89cfad0905bbd1729038a6.tar.gz
dotfiles-babbdc1cd4f58c8dbb89cfad0905bbd1729038a6.zip
Remove C.UTF-8 LANG setting for plmu(1)
I'm using this script on a machine that doesn't have a C.UTF-8 locale.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/plmu4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/plmu b/bin/plmu
index fee01fe2..ee7600e3 100755
--- a/bin/plmu
+++ b/bin/plmu
@@ -1,9 +1,5 @@
#!/usr/bin/env bash
-# Export a sensible locale so that sort(1) behaves
-LANG=C.UTF-8
-export LANG
-
# Check we have required programs
hash cpanm plenv || exit