2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@4089 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-10-21 20:41:33 +00:00
parent 99e81f59f6
commit c842480322

View File

@ -1918,7 +1918,7 @@ GlobalAttr($$$$)
my $modpath = "$val/FHEM";
opendir(DH, $modpath) || return "Can't read $modpath: $!";
push @INC, $modpath if(!grep(/$modpath/, @INC));
push @INC, $modpath if(!grep(/\Q$modpath\E/, @INC));
$attr{global}{version} = $cvsid;
my $counter = 0;