From 41ad6ad4f85f3da7964c353682eb31e7a92ffb38 Mon Sep 17 00:00:00 2001 From: Bo Ørsted Andresen Date: Tue, 27 Nov 2007 02:09:34 +0000 Subject: Don't inherit LANGUAGE from the env. --- wgetpaste | 3 +++ 1 file changed, 3 insertions(+) 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' -- cgit v1.2.3