summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-04 19:10:16 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-04 19:10:16 +0000
commit11042cbc1402aa7dbf520c9f0836be21791c7681 (patch)
treee2357d05114dc8d6cdb012f796a457442fff7a62 /perl-install/any.pm
parent57d585118e37698c537e0ddcbe70cea51167a088 (diff)
downloaddrakx-backup-do-not-use-11042cbc1402aa7dbf520c9f0836be21791c7681.tar
drakx-backup-do-not-use-11042cbc1402aa7dbf520c9f0836be21791c7681.tar.gz
drakx-backup-do-not-use-11042cbc1402aa7dbf520c9f0836be21791c7681.tar.bz2
drakx-backup-do-not-use-11042cbc1402aa7dbf520c9f0836be21791c7681.tar.xz
drakx-backup-do-not-use-11042cbc1402aa7dbf520c9f0836be21791c7681.zip
prevent displaying twice release notes
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 {