X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Futil%2Focsp_fetch.pl;h=08ca4cbe4c22e5a1e5a67da52c2156c86efe42f9;hb=5fcc791a74a6f6933b3fb03f36e9ea3553152cf7;hp=0d214d62aa34c5657a1329273d35a6b79af1da4d;hpb=880496ef634b16eeef91cafde8f04e9833275334;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/util/ocsp_fetch.pl b/src/util/ocsp_fetch.pl index 0d214d62a..08ca4cbe4 100755 --- a/src/util/ocsp_fetch.pl +++ b/src/util/ocsp_fetch.pl @@ -2,6 +2,7 @@ # Copyright (C) 2012 Wizards Internet Ltd # License GPLv2: GNU GPL version 2 use strict; +BEGIN { pop @INC if $INC[-1] eq '.' }; use Getopt::Std; $Getopt::Std::STANDARD_HELP_VERSION=1; use IO::Handle;