summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Ørsted Andresen <bo.andresen@zlin.dk>2007-11-27 02:09:34 +0000
committerBo Ørsted Andresen <bo.andresen@zlin.dk>2007-11-27 02:09:34 +0000
commit41ad6ad4f85f3da7964c353682eb31e7a92ffb38 (patch)
tree1f2025bff2684da62faf386d0fbd5b4ce56541d4
parentca6a779fc975ca037f6081e9a6131eae13ffe3ac (diff)
downloadwgetpaste-41ad6ad4f85f3da7964c353682eb31e7a92ffb38.tar.gz
Don't inherit LANGUAGE from the env.
-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'