From e5e7399d62d9b46d74146e88127a68e31d6414aa Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 20 Jun 2004 16:00:07 +0000 Subject: Empty environment to avoid 'Insecure $ENV{ENV} while running with -T switch' in manServer.pl with Perl 5.8 on FreeBSD. svn path=/trunk/; revision=3915 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ecb38145..64da9273 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,7 +80,7 @@ TODO: todo.html # man2html no longer chokes and dies on this man page, # but manServer.pl does a much better job. fetchmail-man.html: fetchmail.man - $(srcdir)/dist-tools/manServer.pl fetchmail.man >$@ \ + env - PATH=$$PATH $(srcdir)/dist-tools/manServer.pl fetchmail.man >$@ \ || { rm -f $@ ; exit 1 ; } dist-hook: -- cgit v1.2.3