From a1b164f0396d789cd8c2bfab1404c8bb92154145 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 18 Feb 2005 18:07:27 +0000 Subject: really fix the typo! --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 1fd405b5a..ad7552d37 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1035,7 +1035,7 @@ sub ask_window_manager_to_logout_then_do { open STDERR, ">&STDERR"; c::setsid(); exec 'perl', '-e', q( - my ($wm, $pid) = @ARGV; + my ($wm, $pid, $action) = @ARGV; my $nb; for ($nb = 30; $nb && -e "/proc/$pid"; $nb--) { sleep 1 } system($action) if $nb; -- cgit v1.2.1