summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwgetpaste3
1 files changed, 3 insertions, 0 deletions
diff --git a/wgetpaste b/wgetpaste
index 849fe12..0b26bc9 100755
--- a/wgetpaste
+++ b/wgetpaste
@@ -6,6 +6,9 @@
VERSION="9999"
+# don't inherit LANGUAGE from the env
+unset LANGUAGE
+
# escape and new line characters
E=$'\e'
N=$'\n'