FU: Suppress warnings about non-existent files in FU::monitor_path checking
This commit is contained in:
parent
5f8809d052
commit
461ed6f39d
1 changed files with 1 additions and 1 deletions
2
FU.pm
2
FU.pm
|
|
@ -216,7 +216,7 @@ sub _monitor {
|
|||
die if $m > $data{$_};
|
||||
},
|
||||
no_chdir => 1
|
||||
}, $scriptpath, values %INC, @monitor_paths);
|
||||
}, grep -e, $scriptpath, values %INC, @monitor_paths);
|
||||
0
|
||||
} // 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue