diff options
Diffstat (limited to 'plugins-scripts')
-rw-r--r-- | plugins-scripts/subst.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/subst.in b/plugins-scripts/subst.in index 5b70fbe..7e38e02 100644 --- a/plugins-scripts/subst.in +++ b/plugins-scripts/subst.in | |||
@@ -51,11 +51,11 @@ BEGIN { | |||
51 | # Trusted path mechanism (deprecated) | 51 | # Trusted path mechanism (deprecated) |
52 | 52 | ||
53 | /^[ \t]*\$ENV[ \t]*\{[ \t'"]*PATH[ \t"']*\}[ \t]*=/ { | 53 | /^[ \t]*\$ENV[ \t]*\{[ \t'"]*PATH[ \t"']*\}[ \t]*=/ { |
54 | sub(/\=[ \t]*['"][^"']+["']/,"='@trusted_path@' # autoconf-derived"); | 54 | sub(/\=[ \t]*['"][^"']+["']/,"='@with_trusted_path@' # autoconf-derived"); |
55 | } | 55 | } |
56 | 56 | ||
57 | /^[\t ]*(export[\t ]*)?PATH[\t ]*=['"]+.+["']$/ { | 57 | /^[\t ]*(export[\t ]*)?PATH[\t ]*=['"]+.+["']$/ { |
58 | sub(/\=.*$/,"='@trusted_path@' # autoconf-derived"); | 58 | sub(/\=.*$/,"='@with_trusted_path@' # autoconf-derived"); |
59 | } | 59 | } |
60 | 60 | ||
61 | # Specific programs | 61 | # Specific programs |