aboutsummaryrefslogtreecommitdiff
path: root/bin/hurl
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-05 12:02:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-05 12:02:14 +1200
commitcd45f1ddaa4d6a76fe9b458f135f8282f25d5e3a (patch)
tree2481b9426577b630896b2d8abb02b3065845c337 /bin/hurl
parentDowngrade hurl(1) to a simple /bin/sh script (diff)
downloaddotfiles-cd45f1ddaa4d6a76fe9b458f135f8282f25d5e3a.tar.gz
dotfiles-cd45f1ddaa4d6a76fe9b458f135f8282f25d5e3a.zip
Improve explanatory note about locales in hurl(1)
Diffstat (limited to 'bin/hurl')
-rwxr-xr-xbin/hurl3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/hurl b/bin/hurl
index f8e06f74..4fd0b27b 100755
--- a/bin/hurl
+++ b/bin/hurl
@@ -8,7 +8,8 @@
# License: Public domain
#
-# Set a sensible locale so that sort(1) doesn't act dumbly
+# Set a sensible locale so that sort(1) doesn't act dumbly. May as well set it
+# script-wide in case it's relevant to any other programs.
LANG=C.UTF-8
export LANG