From 4b92a52e08feb1e941da468bbfc3023f303bc895 Mon Sep 17 00:00:00 2001 From: sidey79 <7968127+sidey79@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:48:29 +0200 Subject: [PATCH] Fix script Syntax --- scripts/parse-METAJson.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/parse-METAJson.pl b/scripts/parse-METAJson.pl index ae391d48..7498c738 100644 --- a/scripts/parse-METAJson.pl +++ b/scripts/parse-METAJson.pl @@ -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) {