diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-06 16:21:32 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-07 01:34:44 +0100 |
commit | 19b2933c6df6d429f47334f0882a3aaa17c61a39 (patch) | |
tree | 4bc657547867413bf4e2f90e564e943c9450ea7e /solenv/bin/modules/installer/control.pm | |
parent | eca3dec2047bf675932cc9a6b2ad8acaaf919a24 (diff) |
installer: stop using PROEXT
Remove "productextension" from installer.
There is some "common" cruft here that needs more cleanup..
Change-Id: Ia4ef306009f0c4952792d096bb335f834b0f8262
Diffstat (limited to 'solenv/bin/modules/installer/control.pm')
-rw-r--r-- | solenv/bin/modules/installer/control.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/control.pm b/solenv/bin/modules/installer/control.pm index bd80505bb5f7..caa9f52b1b9e 100644 --- a/solenv/bin/modules/installer/control.pm +++ b/solenv/bin/modules/installer/control.pm @@ -308,8 +308,6 @@ sub check_logfile my $ignore_error = 0; my $make_error_to_warning = 0; - if (( ! $installer::globals::pro ) && ( $installer::globals::ignore_error_in_logfile )) { $ignore_error = 1; } - for ( my $i = 0; $i <= $#{$logfile}; $i++ ) { my $line = ${$logfile}[$i]; |