mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
fhem.pl: perlSyntaxCheck will check for terminating } (Forum #52071)
git-svn-id: https://svn.fhem.de/fhem/trunk@11254 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
067b63e044
commit
213c5e4362
@ -4573,7 +4573,7 @@ perlSyntaxCheck($%)
|
||||
|
||||
my $psc = AttrVal("global", "perlSyntaxCheck", ($featurelevel>5.7) ? 1 : 0);
|
||||
return undef if(!$psc || !$init_done);
|
||||
return undef if($exec !~ m/^\s*{/);
|
||||
return undef if($exec !~ m/^\s*{.*}$/);
|
||||
|
||||
$exec = EvalSpecials("{return undef; $exec}", %specials);
|
||||
my $r = AnalyzePerlCommand(undef, $exec);
|
||||
|
Loading…
Reference in New Issue
Block a user