summaryrefslogtreecommitdiff
path: root/src/devices/gropdf/pdfmom.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/gropdf/pdfmom.pl')
-rw-r--r--src/devices/gropdf/pdfmom.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/gropdf/pdfmom.pl b/src/devices/gropdf/pdfmom.pl
index a03bc83d..8ba3c614 100644
--- a/src/devices/gropdf/pdfmom.pl
+++ b/src/devices/gropdf/pdfmom.pl
@@ -26,6 +26,8 @@ use strict;
my @cmd;
my $dev='pdf';
+$ENV{PATH}=$ENV{GROFF_BIN_PATH}.':'.$ENV{PATH} if exists($ENV{GROFF_BIN_PATH});
+
while (my $c=shift)
{
if (substr($c,0,2) eq '-T')