summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_netdns.pl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_netdns.pl')
-rwxr-xr-xplugins-scripts/check_netdns.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins-scripts/check_netdns.pl b/plugins-scripts/check_netdns.pl
index ecdbdb1..9871a9a 100755
--- a/plugins-scripts/check_netdns.pl
+++ b/plugins-scripts/check_netdns.pl
@@ -32,6 +32,10 @@ use utils ;
32 32
33my $PROGNAME = "check_netdns"; 33my $PROGNAME = "check_netdns";
34 34
35$ENV{'PATH'}='@trusted_path@';
36$ENV{'BASH_ENV'}='';
37$ENV{'ENV'}='';
38
35Getopt::Long::Configure(`bundling`); 39Getopt::Long::Configure(`bundling`);
36GetOptions("V" => $opt_V, "version" => $opt_V, 40GetOptions("V" => $opt_V, "version" => $opt_V,
37 "h" => $opt_h, "help" => $opt_h, 41 "h" => $opt_h, "help" => $opt_h,