From 2034e092be5c8baa072bc34ee7d34c8df7de989b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 20 Dec 2013 17:00:44 +0100 Subject: fix pausing installing while displaying release notes (reverting commit 3d93ee6ae8a7715327ba89f3250f49c81ca47c7d) --- 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 27b505f82..3e90bc32f 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1066,7 +1066,7 @@ sub get_release_notes { sub run_display_release_notes { my ($release_notes) = @_; output('/tmp/release_notes.html', $release_notes); - system('/usr/bin/display_release_notes.pl'); + run_program::raw({ detach => 1 }, '/usr/bin/display_release_notes.pl'); } sub acceptLicense { -- cgit v1.2.1