X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexinext.src;h=9c427350b29ab28bd9fff6470730ad7ed1f2ab03;hb=b7d3afcfad94edf99a8dbc50ab670ded417e6bea;hp=80d63697283151c5e4e07b1c6fa32a8c73db5840;hpb=17792b53d16f2061cb7350001e81c995bac6a9eb;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/exinext.src b/src/src/exinext.src index 80d636972..9c427350b 100644 --- a/src/src/exinext.src +++ b/src/src/exinext.src @@ -1,7 +1,6 @@ #! /bin/sh -# $Cambridge: exim/src/src/exinext.src,v 1.4 2009/10/30 15:14:04 nm4 Exp $ -# Copyright (c) 1996-2004 University of Cambridge. +# Copyright (c) University of Cambridge, 1995 - 2007 # See the file NOTICE for conditions of use and distribution. # Except when they appear in comments, the following placeholders in this @@ -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];