X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/880496ef634b16eeef91cafde8f04e9833275334..f83a760f108f79279c210e208bb02c270569a951:/src/util/ocsp_fetch.pl?ds=sidebyside 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;