diff options
Diffstat (limited to 'plugins-scripts/check_wave.pl')
-rwxr-xr-x | plugins-scripts/check_wave.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_wave.pl b/plugins-scripts/check_wave.pl index 2671112..8f9a4da 100755 --- a/plugins-scripts/check_wave.pl +++ b/plugins-scripts/check_wave.pl | |||
@@ -15,7 +15,7 @@ $PROGNAME = "check_wave"; | |||
15 | sub print_help (); | 15 | sub print_help (); |
16 | sub print_usage (); | 16 | sub print_usage (); |
17 | 17 | ||
18 | $ENV{'PATH'}=''; | 18 | $ENV{'PATH'}='@trusted_path@'; |
19 | $ENV{'BASH_ENV'}=''; | 19 | $ENV{'BASH_ENV'}=''; |
20 | $ENV{'ENV'}=''; | 20 | $ENV{'ENV'}=''; |
21 | 21 | ||