copy maps file too

This commit is contained in:
Doug MacEachern 2005-10-01 16:21:01 +00:00
parent 186064c57a
commit 9137350aa6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
use strict;
my(@proc_files) = qw(cmdline stat statm status);
my(@proc_files) = qw(cmdline stat statm status maps);
my $cpname = "copy-proc";
my $tmp = $ENV{TMPDIR} || "/tmp";
my $tmpdir = "$tmp/$cpname";