summaryrefslogtreecommitdiff
path: root/foomatic-gswrapper.in
diff options
context:
space:
mode:
authorDidier Raboud <didier@raboud.com>2010-05-23 00:04:44 +0200
committerDidier Raboud <didier@raboud.com>2010-05-23 00:04:44 +0200
commit454c800872592a44a898f796b9517cf2f2690c1f (patch)
treecc9bc047e9551a33b59d45572b6d499f22f3ea82 /foomatic-gswrapper.in
parentebd1310b25eb6e2e0f8711e85ca6195a36fe1767 (diff)
parent5c357f2c54c02fe6c8f9e6095fcdce547206ed51 (diff)
Merge branch 'upstream'
Diffstat (limited to 'foomatic-gswrapper.in')
-rwxr-xr-xfoomatic-gswrapper.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/foomatic-gswrapper.in b/foomatic-gswrapper.in
index 1973013..8d1c0e3 100755
--- a/foomatic-gswrapper.in
+++ b/foomatic-gswrapper.in
@@ -1,6 +1,6 @@
#!@PERL@
# -*- perl -*-
-# $Revision: 3.4.2.5 $
+# $Revision: 3.4.2.6 $
# This is a little Ghostscript regularization script. It massages
# arguments to make Ghostscript execute properly as a filter, with
@@ -20,7 +20,7 @@ my $configpath = "@sysconfdir@/foomatic";
# Set GhostScript path
my $gspath = "gs";
$gspath = $conf{gspath} if defined(%conf) and defined $conf{gspath};
-my $execpath = "@prefix@/bin:/usr/local/bin:/usr/bin:/bin";
+my $execpath = "@EXECPATH@";
# Get execution path from config file
$execpath = $conf{execpath} if defined(%conf) and defined $conf{execpath};
$ENV{'PATH'} = $execpath;