Show
Ignore:
Timestamp:
02/16/08 01:08:15 (22 months ago)
Author:
bchoate
Message:

Allow a value of '0' to prevent the process memory logging.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mt4.11/lib/MT/Core.pm

    r1375 r1377  
    803803    $cfg->set_internal( 'ProcessMemoryCommand', @_ ) if @_; 
    804804    my $cmd = $cfg->get_internal('ProcessMemoryCommand'); 
    805     unless ($cmd) { 
     805    unless (defined $cmd) { 
    806806        my $os = $^O; 
    807807        if ($os eq 'darwin') {