aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2004-06-20 16:00:07 +0000
committerMatthias Andree <matthias.andree@gmx.de>2004-06-20 16:00:07 +0000
commite5e7399d62d9b46d74146e88127a68e31d6414aa (patch)
tree0fc00971ea56b208e435eb089e09782f7fbec3c0 /Makefile.am
parentb7b5880d1781b47d50b01b1dc818b4e740107f85 (diff)
downloadfetchmail-e5e7399d62d9b46d74146e88127a68e31d6414aa.tar.gz
fetchmail-e5e7399d62d9b46d74146e88127a68e31d6414aa.tar.bz2
fetchmail-e5e7399d62d9b46d74146e88127a68e31d6414aa.zip
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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: