mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
fhem.pl fix from ChrisD (http://forum.fhem.de/index.php/topic,15188.0.html)
git-svn-id: https://svn.fhem.de/fhem/trunk@4089 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
99e81f59f6
commit
c842480322
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user