Changeset 1375 for branches/mt4.11/lib/MT/Core.pm
- Timestamp:
- 02/15/08 20:22:02 (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
r1361 r1375 806 806 my $os = $^O; 807 807 if ($os eq 'darwin') { 808 $cmd = ' /usr/bin/ps $$ -o rss=';808 $cmd = 'ps $$ -o rss='; 809 809 } 810 810 elsif ($os eq 'linux') { 811 $cmd = ' /usr/bin/ps -p $$ -o rss=';811 $cmd = 'ps -p $$ -o rss='; 812 812 } 813 813 elsif ($os eq 'MSWin32') {
