report linux distro if possible

Этот коммит содержится в:
Ben Sander
2016-03-24 22:12:41 -05:00
родитель 52f02a02fb
Коммит 814c3d30fc
+4
Просмотреть файл
@@ -116,6 +116,10 @@ if (!$printed or $p_full) {
print "== Linux Kernel\n";
system ("uname -a");
if (-e "/usr/bin/lsb_release") {
system ("/usr/bin/lsb_release -a");
}
print "\n" ;
$printed = 1;
}