aboutsummaryrefslogtreecommitdiff
path: root/bin/hurl
diff options
context:
space:
mode:
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