commit
448df588d2
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ sub os_setup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if ( $os =~ /Linux/ ) {
|
if ( $os =~ /Linux|CYGWIN/ ) {
|
||||||
$physical_memory =
|
$physical_memory =
|
||||||
`grep -i memtotal: /proc/meminfo | awk '{print \$2}'`
|
`grep -i memtotal: /proc/meminfo | awk '{print \$2}'`
|
||||||
or memerror;
|
or memerror;
|
||||||
|
|
Loading…
Reference in a new issue