Skip to content

Commit

Permalink
Fix script Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Apr 17, 2024
1 parent 50d8b66 commit 4b92a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parse-METAJson.pl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sub filter_nested_hashref {
# Alle Perl-Moduldateien im Verzeichnisbaum finden
#print Dumper \%ENV;
my $FHEM_MODULES = $ENV{'FHEM_MODULES'};
my $regex=qr/^(?:FHEM|Win32::|YAF$|OW$|RTypes$|RRDs$|SetExtensions$|HttpUtils$|UPnP::ControlPoint$|FritzBoxUtils$|configDB$|RESIDENTStk$|SHC_datafields$|TcpServerUtils$|Blocking$|uConv$|ZWLib$|UpNp:Common|HttpUtils$|Unit$|GD$|DevIo$|AttrTemplate$|ProtoThreads$|$FHEM_MODULES)/;
my $regex=qr/$FHEM_MODULES/;
print $regex;
foreach my $directory (@directories) {

Expand Down

0 comments on commit 4b92a52

Please sign in to comment.