diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-07 20:56:15 +0200 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-07 20:56:15 +0200 |
commit | 42f593c5f2ec18ec435d56d5ba29d9317afdf6b4 (patch) | |
tree | 4adb0e7a6eaeea7256e029cb8350463bf76b67d1 /plugins-scripts/check_wave.pl | |
parent | 4b58104107a9287556db78204ed9c5b10bc88bdc (diff) | |
download | monitoring-plugins-42f593c5f2ec18ec435d56d5ba29d9317afdf6b4.tar.gz |
check_breeze, check_wave, unset CDPATH env var
Diffstat (limited to 'plugins-scripts/check_wave.pl')
-rwxr-xr-x | plugins-scripts/check_wave.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins-scripts/check_wave.pl b/plugins-scripts/check_wave.pl index 663a83df..c24015c0 100755 --- a/plugins-scripts/check_wave.pl +++ b/plugins-scripts/check_wave.pl | |||
@@ -19,6 +19,7 @@ sub print_usage (); | |||
19 | $ENV{'PATH'}='@TRUSTED_PATH@'; | 19 | $ENV{'PATH'}='@TRUSTED_PATH@'; |
20 | $ENV{'BASH_ENV'}=''; | 20 | $ENV{'BASH_ENV'}=''; |
21 | $ENV{'ENV'}=''; | 21 | $ENV{'ENV'}=''; |
22 | $ENV{'CDPATH'}=''; | ||
22 | 23 | ||
23 | Getopt::Long::Configure('bundling'); | 24 | Getopt::Long::Configure('bundling'); |
24 | GetOptions | 25 | GetOptions |