summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index ccc68723d..1fd405b5a 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1039,7 +1039,7 @@ sub ask_window_manager_to_logout_then_do {
my $nb;
for ($nb = 30; $nb && -e "/proc/$pid"; $nb--) { sleep 1 }
system($action) if $nb;
- ), $wm, $pid;
+ ), $wm, $pid, $action;
}
sub alloc_raw_device {