From a73b62401a9f32ff9c6279609ed7ac67a56ffbde Mon Sep 17 00:00:00 2001 From: joey <> Date: Thu, 18 Nov 2004 13:02:08 +0000 Subject: [PATCH] Clear the environment --- Util.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Util.pm b/Util.pm index b4b1e61..e30faa6 100644 --- a/Util.pm +++ b/Util.pm @@ -189,6 +189,7 @@ sub FetchKey { $fingerprint =~ s/\s//g; $fingerprint = "0x".$fingerprint; + local $ENV{PATH} = ''; $/ = undef; # just suck it up .... open(FP, "$config{gpg} --no-options --no-default-keyring $keyringparam --list-sigs --fingerprint $fingerprint|"); $out = ; -- 2.20.1