2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

fix: warnings

git-svn-id: https://svn.fhem.de/fhem/trunk@9182 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister 2015-08-30 20:37:47 +00:00
parent 798a4ae924
commit bb5a942128

View File

@ -3031,7 +3031,7 @@ sub SYSMON_FBVersionInfo($$) {
if($hash->{helper}->{excludes}{'fbversion'}) {return $map;}
my @ar = SYSMON_execute($hash, "/etc/version --version --date");
my $data = @ar[0];
my $data = $ar[0];
my($v, $d, $t) = split(/\s+/, $data);