From 80c57e031653cda2af78fdf87aee42750acdcf3a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 6 Sep 2001 15:13:23 +0000 Subject: cleanup (use /proc/self instead of /proc/$$) --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 36f1c15e5..d342ae0eb 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -609,7 +609,7 @@ sub main { common::sync(); common::sync(); log::l("installation complete, leaving"); - log::l("files still open by install2: ", readlink($_)) foreach glob_("/proc/$$/fd/*"); + log::l("files still open by install2: ", readlink($_)) foreach glob_("/proc/self/fd/*"); print "\n" x 80; } -- cgit v1.2.1