diff options
Diffstat (limited to 'plugins-scripts/subst.in')
-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 5b70fbed..7e38e027 100644 --- a/plugins-scripts/subst.in +++ b/plugins-scripts/subst.in @@ -51,11 +51,11 @@ BEGIN { # Trusted path mechanism (deprecated) /^[ \t]*\$ENV[ \t]*\{[ \t'"]*PATH[ \t"']*\}[ \t]*=/ { - sub(/\=[ \t]*['"][^"']+["']/,"='@trusted_path@' # autoconf-derived"); + sub(/\=[ \t]*['"][^"']+["']/,"='@with_trusted_path@' # autoconf-derived"); } /^[\t ]*(export[\t ]*)?PATH[\t ]*=['"]+.+["']$/ { - sub(/\=.*$/,"='@trusted_path@' # autoconf-derived"); + sub(/\=.*$/,"='@with_trusted_path@' # autoconf-derived"); } # Specific programs |