mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-05 14:29:35 +00:00
commandref_join.pl: no warning for the 99_myUtils.pm files (Forum #34450)
git-svn-id: https://svn.fhem.de/fhem/trunk@8317 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4bc6b024b9
commit
f667b71c91
@ -101,7 +101,7 @@ foreach my $lang (@lang) {
|
|||||||
print "*** $lang $mods{$mod}: ignoring text due to DOS encoding\n"
|
print "*** $lang $mods{$mod}: ignoring text due to DOS encoding\n"
|
||||||
if($dosMode);
|
if($dosMode);
|
||||||
print "*** $lang $mods{$mod}: No document text found\n"
|
print "*** $lang $mods{$mod}: No document text found\n"
|
||||||
if(!$suffix && !$docCount && !$dosMode);
|
if(!$suffix && !$docCount && !$dosMode && $mods{$mod} !~ m,/99_,);
|
||||||
if($suffix && !$docCount && !$dosMode) {
|
if($suffix && !$docCount && !$dosMode) {
|
||||||
if($lang eq "DE") {
|
if($lang eq "DE") {
|
||||||
print OUT << "EOF";
|
print OUT << "EOF";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user