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