From e6826029eb58698d17da3e01c364660a7046fb98 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 3 Sep 2002 10:05:32 +0000 Subject: really forward exitcode to _exit --- rpmdrake.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpmdrake.pm') diff --git a/rpmdrake.pm b/rpmdrake.pm index 929e4eb3..828a5a1d 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -42,7 +42,7 @@ sub _ { my $s = shift @_; my $t = translate($s); sprintf $t, @_; } -sub myexit { my_gtk::exit @_ } +sub myexit { my_gtk::exit(undef, @_) } $ENV{HOME} ||= '/root'; -- cgit v1.2.1