diff options
author | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-11-27 02:09:34 +0000 |
---|---|---|
committer | Bo Ørsted Andresen <bo.andresen@zlin.dk> | 2007-11-27 02:09:34 +0000 |
commit | 41ad6ad4f85f3da7964c353682eb31e7a92ffb38 (patch) | |
tree | 1f2025bff2684da62faf386d0fbd5b4ce56541d4 | |
parent | ca6a779fc975ca037f6081e9a6131eae13ffe3ac (diff) | |
download | wgetpaste-41ad6ad4f85f3da7964c353682eb31e7a92ffb38.tar.gz |
Don't inherit LANGUAGE from the env.
-rwxr-xr-x | wgetpaste | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ VERSION="9999" +# don't inherit LANGUAGE from the env +unset LANGUAGE + # escape and new line characters E=$'\e' N=$'\n' |