X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexinext.src;h=9c427350b29ab28bd9fff6470730ad7ed1f2ab03;hb=d7571ac555518797c3553f6080f6aab3fda6ec58;hp=f66b317f534773165498916d84a068ff7e040e5a;hpb=0a49a7a4f1090b6f1ce1d0f9d969804c9226b53e;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/exinext.src b/src/src/exinext.src index f66b317f5..9c427350b 100644 --- a/src/src/exinext.src +++ b/src/src/exinext.src @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/src/exinext.src,v 1.5 2009/11/16 19:50:36 nm4 Exp $ # Copyright (c) University of Cambridge, 1995 - 2007 # See the file NOTICE for conditions of use and distribution. @@ -116,6 +115,9 @@ fi perl - $exim_path "$eximmacdef" $argone $spool_directory $qualify_domain $config <<'End' + # We don't import anything, but guard against future changes which do + BEGIN { pop @INC if $INC[-1] eq '.' }; + # Name the arguments $exim = $ARGV[0];