diff options
Diffstat (limited to 'plugins-scripts/subst.in')
-rw-r--r-- | plugins-scripts/subst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/subst.in b/plugins-scripts/subst.in index 7e38e02..2ac4534 100644 --- a/plugins-scripts/subst.in +++ b/plugins-scripts/subst.in | |||
@@ -45,7 +45,7 @@ BEGIN { | |||
45 | /^#! ?\/.*\/sh/ {sub(/^#! ?\/.*\/sh/,"#! @SHELL@");} | 45 | /^#! ?\/.*\/sh/ {sub(/^#! ?\/.*\/sh/,"#! @SHELL@");} |
46 | 46 | ||
47 | # add to libexecdir to INC for perl utils.pm | 47 | # add to libexecdir to INC for perl utils.pm |
48 | /^use/ { if (/lib/) { if (/utils.pm/ ) {sub(/utils.pm/,led() )} } } | 48 | /^use/ { if (/lib/) { if (/utils.pm|"."/ ) {sub(/utils.pm|"."/,led() )} } } |
49 | 49 | ||
50 | 50 | ||
51 | # Trusted path mechanism (deprecated) | 51 | # Trusted path mechanism (deprecated) |