Changeset 1377 for branches/mt4.11/lib/MT/Core.pm
- Timestamp:
- 02/16/08 01:08:15 (22 months ago)
- Files:
-
- 1 modified
-
branches/mt4.11/lib/MT/Core.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/mt4.11/lib/MT/Core.pm
r1375 r1377 803 803 $cfg->set_internal( 'ProcessMemoryCommand', @_ ) if @_; 804 804 my $cmd = $cfg->get_internal('ProcessMemoryCommand'); 805 unless ( $cmd) {805 unless (defined $cmd) { 806 806 my $os = $^O; 807 807 if ($os eq 'darwin') {
