summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_flexlm.pl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_flexlm.pl')
-rwxr-xr-xplugins-scripts/check_flexlm.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_flexlm.pl b/plugins-scripts/check_flexlm.pl
index de63d3a..49d674d 100755
--- a/plugins-scripts/check_flexlm.pl
+++ b/plugins-scripts/check_flexlm.pl
@@ -1,4 +1,4 @@
1#!/usr/bin/perl -w 1#!@PERL@ -w
2# 2#
3# usage: 3# usage:
4# check_flexlm.pl license_file 4# check_flexlm.pl license_file
@@ -44,7 +44,7 @@ $PROGNAME="check_flexlm";
44sub print_help (); 44sub print_help ();
45sub print_usage (); 45sub print_usage ();
46 46
47$ENV{'PATH'}='@trusted_path@'; 47$ENV{'PATH'}='@TRUSTED_PATH@';
48$ENV{'BASH_ENV'}=''; 48$ENV{'BASH_ENV'}='';
49$ENV{'ENV'}=''; 49$ENV{'ENV'}='';
50 50