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 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 {