X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3634fc257bd0667daef14d72005cd87c735bbb24..99dbdcf461adff82b2fe68c9c9c690c4982969b1:/src/util/mkcdb.pl diff --git a/src/util/mkcdb.pl b/src/util/mkcdb.pl index 2486e8f5d..691849dcd 100755 --- a/src/util/mkcdb.pl +++ b/src/util/mkcdb.pl @@ -9,12 +9,13 @@ # Little Perl script to convert flat file into CDB file. Two advantages over # cdbmake-12 awk script that is distributed with CDB: # 1) Handles 'dpc22:dpc22@hermes' as well as 'dpc22 dpc22@hermes' -# 2) Perl works with arbitary length strings: awk chokes at 1,024 chars +# 2) Perl works with arbitrary length strings: awk chokes at 1,024 chars # # Cambridge: hermes/src/admin/mkcdb,v 1.9 2005/02/15 18:14:12 fanf2 Exp use strict; +BEGIN { pop @INC if $INC[-1] eq '.' }; $ENV{'PATH'} = ""; umask(022);