From 11042cbc1402aa7dbf520c9f0836be21791c7681 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 4 Mar 2013 19:10:16 +0000 Subject: prevent displaying twice release notes --- 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 fb7bcf2a9..6fc75dc15 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1071,7 +1071,7 @@ sub get_release_notes { sub run_display_release_notes { my ($release_notes) = @_; output('/tmp/release_notes.html', $release_notes); - run_program::raw({ detach => 1 }, '/usr/bin/display_release_notes.pl'); + system('/usr/bin/display_release_notes.pl'); } sub acceptLicense { -- cgit v1.2.1