aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2007-03-28 20:10:52 +0000
committerMatthias Andree <matthias.andree@gmx.de>2007-03-28 20:10:52 +0000
commitf213cba8d7f7ca22de9d4feba32ac522c8d04b91 (patch)
tree30c23f7bd6e561eb4b85e0a078de65e7fc5fc97b /Makefile.am
parentcdc9992fc19e290f40a3c4b4e90ccea4b4017459 (diff)
downloadfetchmail-f213cba8d7f7ca22de9d4feba32ac522c8d04b91.tar.gz
fetchmail-f213cba8d7f7ca22de9d4feba32ac522c8d04b91.tar.bz2
fetchmail-f213cba8d7f7ca22de9d4feba32ac522c8d04b91.zip
Support blanks in $PATH.
svn path=/branches/BRANCH_6-3/; revision=5069
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 28338b7c..3757544d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -176,7 +176,7 @@ TODO: todo.html $(srcdir)/dist-tools/html2txt
AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/todo.html >$@ || { rm -f $@ ; exit 1 ; }
fetchmail-man.html: fetchmail.man $(srcdir)/dist-tools/manServer.pl
- env - PATH=$$PATH $(srcdir)/dist-tools/manServer.pl $(srcdir)/fetchmail.man >$@ \
+ env - "PATH=$$PATH" $(srcdir)/dist-tools/manServer.pl $(srcdir)/fetchmail.man >$@ \
|| { rm -f $@ ; exit 1 ; }
dist-hook: