git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4089 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-10-21 20:41:33 +00:00
parent 96c2c43fdd
commit 360ffcf13b

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;